UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

10 lines 369 B
// ets_tracing: off // codegen:start {preset: barrel, include: ./*.ts} export * from "./AssertionValue.mjs"; export * from "./label.mjs"; export * from "./makeAssertionValue.mjs"; export * from "./negate.mjs"; export * from "./printAssertion.mjs"; export * from "./sameAssertion.mjs"; export * from "./withContext.mjs"; // codegen:end //# sourceMappingURL=index.mjs.map