# infrastructure-array-transform-helper

> JavaScript helper for array transformations

Latest version **1.0.7** (published 2017-07-05) · ISC license · 0 weekly downloads

## Install

```sh
npm install infrastructure-array-transform-helper
pnpm add infrastructure-array-transform-helper
yarn add infrastructure-array-transform-helper
bun add infrastructure-array-transform-helper
```

## 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.7 |
| Published | 2017-07-05 |
| First published | 2017-06-21 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Volodymyr Korabelnykov |
| Maintainers | volodymyr.korabelnykov |

## Links

- npm: https://www.npmjs.com/package/infrastructure-array-transform-helper
- npm.io page: https://npm.io/package/infrastructure-array-transform-helper

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^4.17.4

## Recent versions

- 1.0.7 (latest) — 2017-07-05
- 1.0.6 — 2017-07-05
- 1.0.5 — 2017-06-29
- 1.0.1 — 2017-06-21

## README

# jsmp-infra-transform-array-helper

JavaScript helper for transformating array.

```
$ npm test
$ npm run compile
$ npm run clean
```

## Installation

In a browser:
```html
<script src="node_modules/jsmp-infra-transform-array-helper/dist/index.js"></script>
```

Using npm:
```
$ npm i
$ npm i -S jsmp-infra-transform-array-helper
```

In Node.js:
```javascript
const arrayTranformer = require('jsmp-infra-transform-array-helper');
```

## Usage
Accepts array of numbers and transform every number according to choosen action. Returns transformed array.
``` javascript
(transformArray([1, 2, 3], 'doubles'); // [2, 4, 6];
```

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