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 291 B
import type { AssertionValue } from "./AssertionValue.js"; export declare function sameAssertion_(self: AssertionValue, that: AssertionValue): boolean; export declare function sameAssertion(that: AssertionValue): (self: AssertionValue) => boolean; //# sourceMappingURL=sameAssertion.d.ts.map