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

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

The newest version!
var restArguments = require('./restArguments.js');
var unzip = require('./unzip.js');

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

module.exports = zip;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy