common-fns
v0.1.4
Published
All the functions that are generic enough and used often!
Downloads
1
Readme
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