UNPKG

effect

Version:

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

8 lines 141 B
/** @internal */ export class Versioned { value; constructor(value) { this.value = value; } } //# sourceMappingURL=versioned.js.map