Single paragraph about why this library exists
Install
yarn add library-name-fns
# or
npm install --save library-name-fns
Use
import { noop } from 'library-name-fns'
console.log(noop()) // undefined
- Pure functions.
- The argument order is optimized for partial application.
Exports:
() => void
const nothing = noop() // undefined