activeTypeScriptOpen Source
@kinda/utils
A TypeScript toolbox for common foundations, so the same small problem only needs to be solved once.
Visit project
@kinda/utils grew out of meeting the same foundational problems across different projects.
It is not trying to become an enormous dependency that does everything. It is closer to a small toolbox you can pick up without hesitation: explicit behavior, reliable types, and as few hidden decisions as possible.
What matters to me
- An API should be understandable from its name.
- TypeScript types are part of the product, not supplementary documentation.
- Every utility should be small enough to test in isolation—and easy to replace in the future.