Produce a new array composed of all but the first n elements of an input collection.
npm install @ndhoule/dropProduce a new array composed of all but the first n elements of an input collection.
``sh`
$ component install ndhoule/drop
$ npm install @ndhoule/drop
Produce a new array composed of all but the first n elements of an input collection.
`javascript``
drop([1, 2, 3]); // => [2, 3]
Released under the MIT license.
[ci-link]: https://travis-ci.org/ndhoule/drop
[ci-badge]: https://travis-ci.org/ndhoule/drop.svg?branch=master