UNPKG

@extra-array/pop-update

Version:
7 lines (6 loc) 85 B
'use strict'; function pop$(x) { x.pop(); return x; } module.exports = pop$;