uinix-fp-noop
v1.0.0
Published
uinix fp no-operation utility
Downloads
6
Readme
uinix-fp-noop
uinix-fp
no-operation utility.
Install
This package is ESM-only and requires Node 12+.
npm install uinix-fp-noop
Use
import {noop} from 'uinix-fp-noop';
[1, 2, 3].forEach(noop); // no operation
API
This package exports the following identifiers: k
. There is no default export.
noop()
Parameters
- None
Returns
void
— Nothing