@nick-bull/unit-functions
v0.0.2
Published
A collection of unit functions
Downloads
4
Readme
A collection of unit functions
Installation
npm i @nick-bull/unit-functions
Usage
import {identity, tautology} from 'nick-bull/unit-functions'
assert(identity(value) === value);
assert(tautology()) === true);
...