copy-within.js 160 B

1234
  1. require('../../modules/es.array.copy-within');
  2. var entryUnbind = require('../../internals/entry-unbind');
  3. module.exports = entryUnbind('Array', 'copyWithin');