array-slice.js 106 B

1234
  1. var uncurryThis = require('../internals/function-uncurry-this');
  2. module.exports = uncurryThis([].slice);