chips
v0.1.0
Published
Composable, curried functions written for self-improvement.
Downloads
125
Readme
Chips
Chips is a functional JS library promoting succinct and immutable code.
Chips delivers powerful functionality to support declarative logic.
- Compose methods to build custom functions.
- Each function is curried.
- Data is never mutated.
API Documentation
There are examples for every function available here.
Install
git clone git@github.com:chrisisler/chips && cd chips && npm i
# or
npm i -S chips
Then in a JS file:
const C = require('chips');
Thank you Ramda
Reading Ramda source has taught me many tricks, so thanks to every contributor there.