UNPKG

imma

Version:

A collection of functions for dealing with native arrays and objects immutably

3 lines (2 loc) 72 B
'use strict' const pop = module.exports = array => array.slice(0, -1)