Slight and elegant functional utils for modern JavaScript.
Note: This library is an ongoing work in progress.
- Zero dependency.
- Fully functional.
- Well-tested with 100% coverage.
- Strong focus on readable code.
- Full ES2015 module support so that your application bundle only need grow in size according to what you actually use.
For online document, see: https://edgarallanzp.github.io/jssak/
For local document:
$ yarn && yarn docs:dev
Using npm:
$ npm install --save jssak
In Node.js:
const _ = require('jssak');
$ yarn && yarn test
- Auto generate document.
- Collect and rewrite utils from somewhere like Lodash, underscore.js. Yep, do repeact yourself.
- Import on demand.
- Import before bundle.
- Optimize performance.
- Benchmark.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Copyright (c) 2018, Edgar Li