@payburner/payburner-payid-client
Version:
Client library for PayID
12 lines • 338 B
JavaScript
/**
* 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