UNPKG

@effect-ts/system

Version:

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

7 lines (4 loc) 211 B
// ets_tracing: off import type * as AV from "../AssertionValue/AssertionValue.js" import type * as BA from "../BoolAlgebra/index.js" export interface AssertResult extends BA.BoolAlgebra<AV.AssertionValue> {}