mirror of
https://github.com/stCarolas/setup-maven.git
synced 2025-02-11 18:17:53 +00:00
9 lines
189 B
JavaScript
9 lines
189 B
JavaScript
![]() |
define(['./_createReduce'], function (_createReduce) {
|
||
|
|
||
|
// The right-associative version of reduce, also known as `foldr`.
|
||
|
var reduceRight = _createReduce(-1);
|
||
|
|
||
|
return reduceRight;
|
||
|
|
||
|
});
|