source:
frontend/node_modules/underscore/cjs/zip.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 241 bytes | |
| Line | |
|---|---|
| 1 | var restArguments = require('./restArguments.js'); |
| 2 | var unzip = require('./unzip.js'); |
| 3 | |
| 4 | // Zip together multiple lists into a single array -- elements that share |
| 5 | // an index go together. |
| 6 | var zip = restArguments(unzip); |
| 7 | |
| 8 | module.exports = zip; |
Note:
See TracBrowser
for help on using the repository browser.
