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
/
pop.js
3 lines
(2 loc)
•
72 B
JavaScript
View Raw
1
2
3
'use strict'
const
pop =
module
.
exports
=
array
=>
array.
slice
(
0
, -
1
)