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 193 B
export interface IntBrand { readonly IntBrand: unique symbol; } export declare type Int = number & IntBrand; export declare function Int(n: number): Int; //# sourceMappingURL=index.d.ts.map