Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/modules / ___dist / chain-able / src / deps / native / arraySlice.js
Size: Mime:
"use strict";

/**
 * @see https://github.com/ramda/ramda/blob/master/src/slice.js
 * @type {Function}
 */
module.exports = Array.prototype.slice;