Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 522 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 522 Bytes

library-name

Single paragraph about why this library exists

Get started

Install

yarn add library-name-fns
# or
npm install --save library-name-fns

Use

import { noop } from 'library-name-fns'

console.log(noop()) // undefined

Examples

API

  • Pure functions.
  • The argument order is optimized for partial application.

Exports:

noop

() => void

const nothing = noop() // undefined