UNPKG

@effect-ts/system

Version:

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

6 lines 246 B
import type { Ord } from "./definition.js"; export declare const boolean: Ord<boolean>; export declare const number: Ord<number>; export declare const date: Ord<Date>; export declare const string: Ord<string>; //# sourceMappingURL=common.d.ts.map