# @annexe/array

> All annexe array methods under namespace "array".

Latest version **0.1.1** (published 2021-04-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @annexe/array
pnpm add @annexe/array
yarn add @annexe/array
bun add @annexe/array
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2021-04-21 |
| First published | 2021-04-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 25.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Julian Low |
| Maintainers | heyjules |
| Keywords | array, utilities, util |

## Links

- npm: https://www.npmjs.com/package/@annexe/array
- Repository: https://github.com/heyjul3s/annexe
- Homepage: https://github.com/heyjul3s/annexe#readme
- Issues: https://github.com/heyjul3s/annexe/issues
- npm.io page: https://npm.io/package/@annexe/array

## Dependencies (6)

- [@annexe/array.head](https://npm.io/package/@annexe/array.head.md) ^0.1.1
- [@annexe/array.last](https://npm.io/package/@annexe/array.last.md) ^0.1.1
- [@annexe/array.tail](https://npm.io/package/@annexe/array.tail.md) ^0.1.1
- [@annexe/array.first](https://npm.io/package/@annexe/array.first.md) ^0.1.1
- [@annexe/array.reverse](https://npm.io/package/@annexe/array.reverse.md) ^0.1.1
- [@annexe/array.istypedarray](https://npm.io/package/@annexe/array.istypedarray.md) ^0.1.1

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.1.1 (latest) — 2021-04-21

## README

# `@annexe/array`

@annexe/array houses all annexe array methods under the array namespace.

## Methods

The following are available methods under the array namespace:

- first
- last
- head
- tail
- reverse
- isTypedArray

## Usage

```ts
import array from '@annexe/array';

const myArray = [1, 2, 3, 4, 5];
const firstVal = array.first(myArray);
console.log(firstVal); // logs 1
```

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