a repo of functions, some functional, some bearly 🐻
ritewayfor unit testing- code coverage with
nyc - bundling with
rollupand transpiling withbabel - builds
.cjs,.esmand.umdfiles
https://puiutucutu.github.io/bearly-functional/
npm install
Grab a umd build from → https://www.jsdelivr.com/package/npm/bearly-functional
Browser version uses the bf namespace as in:
bf.first(["a","b","c"]); //=> "a"npm run build
npm run test
npm run coverage
- extract date fns to own library