Skip to content

kleimenov/assertionLibrary

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published