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) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Driver = void 0; class Driver { constructor(next, last, reset) { this.next = next; this.last = last; this.reset = reset; } } exports.Driver = Driver; //# sourceMappingURL=index.js.map