UNPKG

@effect-ts/system

Version:

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

11 lines (10 loc) 281 B
// ets_tracing: off import * as CS from "../../../Cause/index.mjs"; import * as FailCause from "./failCause.mjs"; /** * Creates a sink halting with the specified `Throwable`. */ export function die(e) { return FailCause.failCause(CS.die(e)); } //# sourceMappingURL=die.mjs.map