UNPKG
imma
Version:
latest (0.0.1)
0.0.1
A collection of functions for dealing with native arrays and objects immutably
imma
/
lib
/
array
/
shift.js
3 lines
(2 loc)
•
70 B
JavaScript
View Raw
1
2
3
'use strict'
const
shift =
module
.
exports
=
array
=>
array.
slice
(
1
)