@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
9 lines • 396 B
JavaScript
// ets_tracing: off
// codegen:start {preset: barrel, include: ./*.ts, exclude: ./excl-*.ts}
export * from "./core.mjs";
export * from "./zipAllSortedByKey.mjs";
export * from "./zipAllSortedByKeyLeft.mjs";
export * from "./zipAllSortedByKeyRight.mjs";
export * from "./zipAllSortedByKeyWith.mjs";
export * from "./zipAllSortedByKeyWithExec.mjs"; // codegen:end
//# sourceMappingURL=index.mjs.map