# m_flattened

> flatten a nested array

Latest version **1.0.1** (published 2016-12-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install m_flattened
pnpm add m_flattened
yarn add m_flattened
bun add m_flattened
```

## 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.1 |
| Published | 2016-12-23 |
| First published | 2016-12-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | monz |
| Maintainers | m-onz |
| Keywords | flatten, nested, array |

## Links

- npm: https://www.npmjs.com/package/m_flattened
- Repository: https://github.com/m-onz/m_flattened
- Homepage: https://github.com/m-onz/m_flattened#readme
- Issues: https://github.com/m-onz/m_flattened/issues
- npm.io page: https://npm.io/package/m_flattened

## Recent versions

- 1.0.1 (latest) — 2016-12-23
- 1.0.0 — 2016-12-23

## README

# m_flattened

[![Build Status](https://travis-ci.org/m-onz/m_flattened.svg?branch=master)](https://travis-ci.org/m-onz/m_flattened)

Flattens a nested array.

# install
```
npm install m_flattened
```

# usage
```js
var flatten = require('m_flattened');

console.log(flatten([ 'whoot', [ 'nested', 'yay' ]]));

```

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