UNPKG

structured-headers

Version:

Implementation of Structured Field Values for HTTP (RFC9651, RFC8941)

9 lines 181 B
export class DisplayString { constructor(value) { this.value = value; } toString() { return this.value; } } //# sourceMappingURL=displaystring.js.map