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 259 B
/** * Returns a effect that will never produce anything. The moral equivalent of * `while(true) {}`, only without the wasted CPU cycles. */ export declare const never: import("./effect.js").Effect<unknown, never, never>; //# sourceMappingURL=never.d.ts.map