# @amoussab/lotide

> A mini clone of the [Lodash](https://lodash.com) library.

Latest version **1.0.0** (published 2022-11-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install @amoussab/lotide
pnpm add @amoussab/lotide
yarn add @amoussab/lotide
bun add @amoussab/lotide
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-11-22 |
| First published | 2022-11-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 15.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | amoussab |

## Links

- npm: https://www.npmjs.com/package/@amoussab/lotide
- Repository: https://github.com/awomoussa/lotide
- Homepage: https://github.com/awomoussa/lotide#readme
- Issues: https://github.com/awomoussa/lotide/issues
- npm.io page: https://npm.io/package/@amoussab/lotide

## Dependencies (1)

- [16](https://npm.io/package/16.md) 0.0.2

## Recent versions

- 1.0.0 (latest) — 2022-11-22

## README

# Lotide

A mini clone of the [Lodash](https://lodash.com) 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 @amoussab/lotide`

**Require it:**

`const _ = require('@amoussab/lotide');`

**Call it:**

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

## Documentation

The following functions are currently implemented:

*const head = require('./head');
*const tail = require('./tail');
*const middle = require('./middle');
*const countLetters = require('./countLetters');
*const findKey = require('./findKey');
*const findKeyByValue = require('./findKeyByValue');
*const letterPositions = require('./letterPositions');
*const map = require('./map');
*const takeUntil = require('./takeUntil');
*const without = require('./without');
*const assertArraysEqual = require('./assertArraysEqual');
*const assertEqual = require('./assertEqual');
*const assertObjectsEqual = require('./assertObjectsEqual');
*const countOnly = require('./countOnly');
*const eqArrays = require('./eqArrays');
*const eqObjects = require('./eqObjects');

---
_Source: https://npm.io/package/@amoussab/lotide · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
