package.cjs.reduceRight.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of underscore Show documentation
Show all versions of underscore Show documentation
JavaScript's functional programming helper library.
The newest version!
var _createReduce = require('./_createReduce.js');
// The right-associative version of reduce, also known as `foldr`.
var reduceRight = _createReduce(-1);
module.exports = reduceRight;