UNPKG

@effect-ts/system

Version:

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

12 lines (10 loc) 322 B
// ets_tracing: off // codegen:start {preset: barrel, include: ./*.ts} export * from "./AssertionValue.js" export * from "./label.js" export * from "./makeAssertionValue.js" export * from "./negate.js" export * from "./printAssertion.js" export * from "./sameAssertion.js" export * from "./withContext.js" // codegen:end