Show HN: Common FP – A New JavaScript Utility Lib
Other features - An in-browser playground: https://common-fp.org/try-it - Supports TypeScript: install types via `npm install common-fp-types` - Supports cjs: i.e. you can `require('common-fp')` - 100% test coverage. Types are tested as well via tstyche. - For every utility, I try to explain why it's useful along with a code example. This is more difficult than it seems, and I'm open to feedback.
A personal note - I built this as a personal endeavor. I wasn't trying to solve a problem the community had, so I understand if people find Common FP to be odd or unnecessary. Finishing a project is difficult, and I'm mostly happy just to have done that and present what I consider to be a polished product.
Link to source - https://github.com/common-fp/common-fp/tree/dev/pkg/common-f...
Thanks for taking a look, Phil
No comments yet