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