@koine/utils
v2.0.0-beta.193
Published
Libraries to encapsulate and re-export from here, the selection is based on:
Downloads
1,194
Readme
@koine/utils
Libraries to encapsulate and re-export from here, the selection is based on:
[x] full typescript support
[x] treeshake-ability
[x] docs in source comments
To consider:
About ts utilities types @see:
For inspiration look at 1loc.dev.
About utilities useful examples @see:
TODO: We could also re-exports direct dependencies of packages that we often use
anyway like those of yup
:
TODO: check typescript utilities in TypeScript core
Code
- Transformative functions like
truncate
ortitleCase
should allow for nullable inputs as much as possible, acceptin bothundefined
andnull
.