UNPKG

@effect-ts/system

Version:

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

18 lines (14 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Exited = void 0; class Exited { constructor(nextKey, exit) { this.nextKey = nextKey; this.exit = exit; this._tag = "Exited"; } } exports.Exited = Exited; //# sourceMappingURL=Exited.js.map