UNPKG

effect

Version:

The missing standard library for TypeScript, for writing production-grade software.

15 lines (14 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Versioned = void 0; /** @internal */ class Versioned { value; constructor(value) { this.value = value; } } exports.Versioned = Versioned; //# sourceMappingURL=versioned.js.map