TenantAtlas/apps/platform/.pnpm-store/v10/files/71/4a448935ee5fd929ee4daa42cd46b332b89082327101bc72f99af424df91bff29e523ab360c2c76c88e61b9e964343e08058f5e2ca203522735d83bb5401d7
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

5 lines
140 B
Plaintext

import { zip } from './zip';
export function zipWith(...otherInputs) {
return zip(...otherInputs);
}
//# sourceMappingURL=zipWith.js.map