UNPKG

@extra-array/remove-update

Version:
7 lines (6 loc) 101 B
'use strict'; function remove$(x, i) { x.splice(i, 1); return x; } module.exports = remove$;