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

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

The newest version!
import restArguments from './restArguments.js';
import unzip from './unzip.js';

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy