UNPKG

@effect-ts/system

Version:

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

7 lines 286 B
import type * as C from "./core.js"; /** * Creates a sink halting with the specified message, wrapped in a * `RuntimeException`. */ export declare function dieMessage(message: string): C.Sink<unknown, unknown, unknown, never, unknown, never>; //# sourceMappingURL=dieMessage.d.ts.map