# intuitive-array-handlers

> For general manipulation of JavaScript arrays.

Latest version **1.0.2** (published 2018-09-24) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install intuitive-array-handlers
pnpm add intuitive-array-handlers
yarn add intuitive-array-handlers
bun add intuitive-array-handlers
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-09-24 |
| First published | 2018-09-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 110.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Steve Thompson |
| Maintainers | writetome51 |
| Keywords | array, handling, handlers, manipulation, functions |

## Links

- npm: https://www.npmjs.com/package/intuitive-array-handlers
- Repository: https://github.com/writetome51/intuitive-array-handlers
- Homepage: https://github.com/writetome51/intuitive-array-handlers#readme
- Issues: https://github.com/writetome51/intuitive-array-handlers/issues
- npm.io page: https://npm.io/package/intuitive-array-handlers

## Dependencies (1)

- [basic-data-handling](https://npm.io/package/basic-data-handling.md) latest

## Recent versions

- 1.0.2 (latest) — 2018-09-24
- 1.0.1 — 2018-09-23
- 1.0.0 — 2018-09-19

## README

Heads Up!

The 'modify' directory contains functions that modify the array passed into them.
The 'no_modify' directory contains functions that do not.

Any of the functions that ask you to provide an array index as argument will allow
negative numbers as indexes, unless they say otherwise in their comments.

Many of the functions in this directory work perfectly with arrays containing objects,
but there are many that do not.  Those that do not are commented accordingly to warn you.

Parameter conventions:
In all the functions, the array to be checked/modified/sampled/whatever is always the
last parameter, with the one exception of getIndexOfPrimitive(), which has an optional
third parameter, startingPosition.

Functions that begin with an underscore:
These weren't intended to be called outside of this library.  If you still want to call
them, you can, but I don't know why you would.

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