UNPKG

@extra-array/shift

Version:
5 lines (4 loc) 74 B
function shift(x) { return x.slice(1); } export { shift as default };