mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08: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);
|