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

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

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

	// Zip together multiple lists into a single array -- elements that share
	// an index go together.
	var zip = restArguments(unzip);

	return zip;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy