npm add @wollybeard/kit
- I accumulated a threshold of value across various utility functions across various projects over years that I wanted to stop repeating and start organizing.
- Work in progress, breaking changes daily/weekly.
- Note: the author does occasionally have a wolly beard.
- Maximum type safety
- Maximum tree shakability
- Maximum inline JSDoc
- Functional interface
- High performance (close to native as practical)
- Organized by data structure with consistent base interfaces (e.g.
Arr.is
,Obj.is
,Str.is
, ...)
For now read the code, things are very self contained. I will focus on JSDoc before writing here.
I am open to contributions!