common-fns
v0.1.4
Published
All the functions that are generic enough and used often!
Downloads
16
Readme
Motivation
All the functions that are generic enough and used often!
Get started
Install
npm install --save common-fns
# or
yarn add common-fnsUse
import { noop } from 'common-fns'
console.log(noop()) // undefined