UNPKG

91 BJavaScriptView Raw
1'use strict';
2function shift$(x) {
3 x.shift();
4 return x;
5}
6module.exports = shift$;