ai-prompts
v0.1.0
Published
Single paragraph about why this library exists
Downloads
4
Readme
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
API
- Pure functions.
- The argument order is optimized for partial application.
Exports:
noop
() => void
const nothing = noop() // undefined