UNPKG

@extra-array/copy-within-update

Version:
6 lines (5 loc) 134 B
'use strict'; function copyWithin$(x, j = 0, i = 0, I = x.length) { return x.copyWithin(j, i, I); } module.exports = copyWithin$;