array-clone

0.0.2 • Public • Published

array-clone(arr, arr.length)

Fast Array Clone, See https://github.com/nodejs/node/pull/3976.

NPM version NPM Downloads Build status Test coverage Dependency status License

Install

$ npm install --save array-clone

Usage

const arrayClone = require('array-clone')

const newArray = arrayClone(new Array(1000), 1000)

Package Sidebar

Install

npm i array-clone

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • fundon