UNPKG

@extra-array/copy-within-update

Version:
5 lines (4 loc) 125 B
function copyWithin$(x, j = 0, i = 0, I = x.length) { return x.copyWithin(j, i, I); } export { copyWithin$ as default };