1.0.9 • Published 5 years ago

assertionlibrary v1.0.9

Weekly downloads
4
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago