1.0.0 • Published 4 years ago

bearly-functional v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

bearly-functional

a repo of functions, some functional, some bearly 🐻

  • riteway for unit testing
  • code coverage with nyc
  • bundling with rollup and transpiling with babel
  • builds .cjs, .esm and .umd files

Docs

https://puiutucutu.github.io/bearly-functional/

Install

npm install

Browser

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"

Package Scripts

Build

npm run build

Tests

npm run test

Coverage

npm run coverage

Todos

  • extract date fns to own library
1.0.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.0.1

4 years ago