puiutucutu / bearly-functional

a repo of functions, some functional, some bearly 🐻
https://puiutucutu.github.io/bearly-functional/
GNU General Public License v3.0
1 stars 0 forks source link
library

bearly-functional

a repo of functions, some functional, some bearly 🐻

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