aureooms-js-array
Version:
array manipulation code bricks for JavaScript
15 lines (13 loc) • 294 B
Markdown
The code needs a ES2015+ polyfill to work, for example
[babel-polyfill](https://babeljs.io/docs/usage/polyfill).
```js
require( 'babel-polyfill' ) ;
// or
import 'babel-polyfill' ;
```
Then
```js
const array = require( 'aureooms-js-array' ) ;
// or
import array from 'aureooms-js-array' ;
```