UNPKG

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