0.1.1 • Published 3 years ago

@milesawayalex/lotide v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Lotide

A mini clone of Lodash.

Purpose

WARNING: This library was published for learning purposes. It is not intended for use in production.

This project was created and published as part of my learnings at Lighthouse Labs.

Usage

Install it:

npm i @milesawayalex/lotide

Require it:

const tide = require('@milesawayalex/lotide');

Call it:

const results = tide.tail([1, 2, 3]) // => [2, 3]