1.1.1 • Published 3 years ago

@elricb/functions v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago