1.0.9 • Published 6 years ago

assertionlibrary v1.0.9

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

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.2

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago