1.0.9 • Published 4 years ago

assertionlibrary v1.0.9

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

assertionlibrary

A small version of the Lodash library.

Purpose

BEWARE: This library was published just for learning purposes. It is not intended for use in production-grade software.

Usage

Install it:

npm install @ivan_ca/assertionLibrary

Require it:

const _ = require('@ivan_ca/assertionLibrary');

Call it:

const results = _.lastElements([1, 2, 3]) // => [2, 3]

Documentation

The following functions are currently implemented:

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago