# @crocka/lotide

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

Latest version **1.0.0** (published 2022-01-17) · ISC license · 0 weekly downloads

## Install

```sh
npm install @crocka/lotide
pnpm add @crocka/lotide
yarn add @crocka/lotide
bun add @crocka/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-01-17 |
| First published | 2022-01-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 12.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Carli |
| Maintainers | crocka |

## Links

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

## Recent versions

- 1.0.0 (latest) — 2022-01-17

## 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 @crocka/lotide`

**Require it:**

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

**Call it:**

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

## Documentation

The following functions are currently implemented:

* `head(array)`: description
* `tail(array)`: description
* `middle(array)`: description
* `assertArraysEqual(array1, array2)`: description
* `assertEqual(actual, expected)`: description
* `assertObjectsEqual(object1, object2)`: description
* `countLetters(string)`: description
* `countOnly(string, object)`: description
* `eqArrays(array1, array2)`: description
* `eqObjects(object1, object2)`: description
* `findKeyByValue(object, string)`: description
* `findKey(object, fn())`: description
* `letterPositions(string)`: description
* `map(array, fn())`: description
* `takeUntil(array, fn())`: description
* `without(array1, array2)`: description

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