UNPKG

75 BJavaScriptView Raw
1function shift$(x) {
2 x.shift();
3 return x;
4}
5export default shift$;