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 189 B
import * as C from "../core.js"; /** * Halt a stream with the specified exception */ export declare function dieWith(u: () => unknown): C.UIO<never>; //# sourceMappingURL=dieWith.d.ts.map