array-slice.js 106 B

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