UNPKG

@extra-array/remove-update

Version:
6 lines (5 loc) 92 B
function remove$(x, i) { x.splice(i, 1); return x; } export { remove$ as default };