UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

5 lines (4 loc) 187 B
// `_reduceRight` : a collection's function // ---------------------------------------- // The right-associative version of reduce, also known as `foldr` export {default} from './foldr';