UNPKG

@effect-ts/system

Version:

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

9 lines (6 loc) 186 B
// ets_tracing: off import type * as T from "../deps.js" export class Exited { readonly _tag = "Exited" constructor(readonly nextKey: number, readonly exit: T.Exit<any, any>) {} }