UNPKG

@effect-ts/system

Version:

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

4 lines 259 B
import type { AssertionValue } from "./AssertionValue.js"; export declare function label_(self: AssertionValue, l: string): AssertionValue; export declare function label(l: string): (self: AssertionValue) => AssertionValue; //# sourceMappingURL=label.d.ts.map