UNPKG

@anoki/fse-ui

Version:

FSE UI components library

13 lines (12 loc) 251 B
class e { constructor(s, t) { this.reason = s, this.explanation = t; } toMessage() { return this.explanation ? `${this.reason}: ${this.explanation}` : this.reason; } } export { e as default }; //# sourceMappingURL=index.es238.js.map