1.1.1 • Published 1 year ago

@elricb/functions v1.1.1

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

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago