# @nathanfaucett/array-for_each

> executes a provided function once per array element.

Latest version **0.0.1** (published 2016-07-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nathanfaucett/array-for_each
pnpm add @nathanfaucett/array-for_each
yarn add @nathanfaucett/array-for_each
bun add @nathanfaucett/array-for_each
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-07-14 |
| First published | 2016-07-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Nathan Faucett |
| Maintainers | nathanfaucett |
| Keywords | array-for_each, array-for_each.js |

## Links

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

## Recent versions

- 0.0.1 (latest) — 2016-07-14

## README

array-for_each
=======

executes a provided function once per array element.


```javascript
var arrayForEach = require("@nathanfaucett/array-for_each");


arrayForEach([2, 4, 6], function(value, index, array) {
    console.log(value, index, array);
});
```

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