Motivation
All the functions that are generic enough and used often!
Get started
Install
npm install --save common-fns
# or
yarn add common-fns
Use
import { noop } from 'common-fns'
console.log(noop()) // undefined
All the functions that are generic enough and used often!
Install
npm install --save common-fns
# or
yarn add common-fns
Use
import { noop } from 'common-fns'
console.log(noop()) // undefined
npm i common-fns
0
0.1.4
MIT
7.2 kB
26