UNPKG

@codelytv/primitives-type

Version:
11 lines 315 B
var StringValueObject = (function () { function StringValueObject(value) { this.value = value; } StringValueObject.prototype.toString = function () { return this.value; }; return StringValueObject; }()); export { StringValueObject }; //# sourceMappingURL=StringValueObject.js.map