UNPKG

@payburner/payburner-payid-client

Version:
12 lines 338 B
/** * This is a derivative work of https://github.com/payid-org/payid/blob/master/src/config.ts */ var ParsedPayID = /** @class */ (function () { function ParsedPayID(host, path) { this.host = host; this.path = path; } return ParsedPayID; }()); export { ParsedPayID }; //# sourceMappingURL=ParsedPayID.js.map