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

package.amd.reduce.js Maven / Gradle / Ivy

The newest version!
define(['./_createReduce'], function (_createReduce) {

	// **Reduce** builds up a single result from a list of values, aka `inject`,
	// or `foldl`.
	var reduce = _createReduce(1);

	return reduce;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy