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.var zip = restArguments(unzip);
export { zip asdefault };
//# sourceMappingURL=zip.js.map