A collection of utility functions bundled into one easy to install library.
npm install --save @arcath/utils
or
yarn add @arcath/utils
A full list of functions and classes can be found at https://utils.arcath.net
Each function/class should have its own file with a spec file along side.
Similar functions can be in the same file e.g. increment
and decrement
.
The index is generated using a comment at the bottom of the file to define the exports. For example
// {increment, decrement}