source: frontend/node_modules/underscore/modules/zip.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 217 bytes
Line 
1import restArguments from './restArguments.js';
2import unzip from './unzip.js';
3
4// Zip together multiple lists into a single array -- elements that share
5// an index go together.
6export default restArguments(unzip);
Note: See TracBrowser for help on using the repository browser.