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 232 B
import type * as C from "./core.js"; /** * Creates a sink halting with the specified `Throwable`. */ export declare function die<E>(e: E): C.Sink<unknown, unknown, unknown, never, unknown, never>; //# sourceMappingURL=die.d.ts.map