0.1.4 • Published 4 years ago
common-fns v0.1.4
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