npm.io
0.1.0 • Published 3 years ago

ai-prompts

Licence
MIT
Version
0.1.0
Deps
0
Size
4 kB
Vulns
0
Weekly
0

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

Keywords