UNPKG

@effect-ts/system

Version:

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

16 lines (12 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Platform = void 0; class Platform { constructor(value) { this.value = value; } } exports.Platform = Platform; //# sourceMappingURL=platform.js.map