1.1.1 • Published 2 years ago

@elricb/functions v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago