UNPKG

@effect-ts/system

Version:

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

17 lines (13 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Promise = void 0; class Promise { constructor(state, blockingOn) { this.state = state; this.blockingOn = blockingOn; } } exports.Promise = Promise; //# sourceMappingURL=promise.js.map