@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
11 lines (9 loc) • 351 B
text/typescript
// ets_tracing: off
// codegen:start {preset: barrel, include: ./*.ts, exclude: ./excl-*.ts}
export * from "./core.js"
export * from "./zipAllSortedByKey.js"
export * from "./zipAllSortedByKeyLeft.js"
export * from "./zipAllSortedByKeyRight.js"
export * from "./zipAllSortedByKeyWith.js"
export * from "./zipAllSortedByKeyWithExec.js"
// codegen:end