1.0.0 • Published 1 year ago

@cabbeer/lotide v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 as part of my learnings at Lighthouse Labs.

Usage

Install it:

npm install @username/lotide

Require it:

const _ = require('@username/lotide');

Call it:

Documentation

The following functions are currently implemented:

  • assertArraysEqual: Description coming soon
  • assertEqual: Description coming soon
  • countLetters: Description coming soon
  • countOnly: Description coming soon
  • eqArrays: Description coming soon
  • eqObjects: Description coming soon
  • findKey: Description coming soon
  • findKeyByValue: Description coming soon
  • head: Description coming soon
  • letterPositions: Description coming soon
  • map: Description coming soon
  • head: Description coming soon
  • middle: Description coming soon
  • tail : Description coming soon
  • takeUntil: Description coming soon
  • without: Description coming soon