1.0.0 • Published 4 years ago
@ybyuan007/lotide v1.0.0
Lotide
A mini clone of the Lodash library.
Purpose
BEWARE: This library was published for learning purposes. It is not intended for use in production-grade software.
This project was created and published by me.
Usage
Install it:
npm install @ybyuan007/lotide
Require it:
const _ = require('@ybyuan007/lotide');
Call it:
const results = _.tail([1, 2, 3]) // => [3]
Documentation
The following functions are currently implemented:
head
: descriptiontail
: descriptionassertArrayEqual
: descriptionassertEqual
: descriptioneqArray
: descriptionmiddle
: description
1.0.0
4 years ago