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 (8 loc) 171 B
export class Exited { constructor(nextKey, exit) { this.nextKey = nextKey; this.exit = exit; this._tag = "Exited"; } } //# sourceMappingURL=Exited.mjs.map