FLUJOS/VISUALIZACION/node_modules/underscore/modules/zip.js
2025-11-07 00:06:12 +01:00

6 lines
217 B
JavaScript
Executable file

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);