Spaces:
Running
Running
[![view on npm](https://img.shields.io/npm/v/array-back.svg)](https://www.npmjs.org/package/array-back) | |
[![npm module downloads](https://img.shields.io/npm/dt/array-back.svg)](https://www.npmjs.org/package/array-back) | |
[![Build Status](https://travis-ci.org/75lb/array-back.svg?branch=master)](https://travis-ci.org/75lb/array-back) | |
[![Coverage Status](https://coveralls.io/repos/github/75lb/array-back/badge.svg?branch=master)](https://coveralls.io/github/75lb/array-back?branch=master) | |
[![Dependency Status](https://david-dm.org/75lb/array-back.svg)](https://david-dm.org/75lb/array-back) | |
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | |
{{>main}} | |
### Load anywhere | |
This library is compatible with Node.js, the Web and any style of module loader. It can be loaded anywhere, natively without transpilation. | |
Node.js: | |
```js | |
const arrayify = require('array-back') | |
``` | |
Within Node.js with ECMAScript Module support enabled: | |
```js | |
import arrayify from 'array-back' | |
``` | |
Within an modern browser ECMAScript Module: | |
```js | |
import arrayify from './node_modules/array-back/index.mjs' | |
``` | |
Old browser (adds `window.arrayBack`): | |
```html | |
<script nomodule src="./node_modules/array-back/dist/index.js"></script> | |
``` | |
* * * | |
© 2015-19 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown). | |