All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.reduceRight.js Maven / Gradle / Ivy

The newest version!
import createReduce from './_createReduce.js';

// The right-associative version of reduce, also known as `foldr`.
export default createReduce(-1);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy