# to-array

> Turn an array like into an array

Latest version **0.1.4** (published 2013-08-19) · 0 weekly downloads

## Install

```sh
npm install to-array
pnpm add to-array
yarn add to-array
bun add to-array
```

## 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.1.4 |
| Published | 2013-08-19 |
| First published | 2012-09-30 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Raynos |
| Maintainers | raynos |

## Links

- npm: https://www.npmjs.com/package/to-array
- Repository: https://github.com/Raynos/to-array
- Issues: https://github.com/Raynos/to-array/issues
- npm.io page: https://npm.io/package/to-array

## Recent versions

- 0.1.4 (latest) — 2013-08-19
- 0.1.3 — 2012-10-01
- 0.1.2 — 2012-10-01
- 0.1.1 — 2012-09-30
- 0.1.0 — 2012-09-30

## README

# to-array

Turn an array like into an array

## Example

``` js
var toArray = require("to-array")
    , elems = document.links

var array = toArray(elems)
```

## Installation

`npm install to-array`

## Contributors

 - Raynos

## MIT Licenced

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