@elricb/functions
v1.1.1
Published
Reusable low level functions
Downloads
3
Readme
functions
Functions/procedures I reuse. These are low level functions, specifically focused, and not general, macro, or mixed type use.
Install
$ npm install --save-dev @elricb/functions
Usage
Include specific function in your code.
import max from "@elricb/functions/array-string/max";
console.log(max(["a", "ab", "abc"]));
Documentation
Release Notes
View commit tag for release notes.
API
See ./docs/index.html
.