array-slice.js 106 Bytes
var uncurryThis = require('../internals/function-uncurry-this');

module.exports = uncurryThis([].slice);