UNPKG

@extra-array/shift-update

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