UNPKG

@effect-ts/system

Version:

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

5 lines 107 B
/** * Callback Definition */ export declare type Cb<T> = (_: T) => void; //# sourceMappingURL=Cb.d.ts.map