UNPKG

@effect-ts/system

Version:

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

8 lines (5 loc) 176 B
// ets_tracing: off import type { AssertionValue } from "./AssertionValue.js" export function printAssertion(as: AssertionValue): string { return as.assertion.toString() }