0.1.0 • Published 7 years ago

chips v0.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

Chips

Chips is a functional JS library promoting succinct and immutable code.

Build Status

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.