mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 07:28:25 -04:00
5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
|
|
import createReduce from './_createReduce.js';
|
||
|
|
|
||
|
|
// The right-associative version of reduce, also known as `foldr`.
|
||
|
|
export default createReduce(-1);
|