UNPKG

@extra-array/shift

Version:
6 lines (5 loc) 83 B
'use strict'; function shift(x) { return x.slice(1); } module.exports = shift;