UNPKG

@payburner/payburner-payid-client-core

Version:
11 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ParsedPayID = void 0; class ParsedPayID { constructor(host, path) { this.host = host; this.path = path; } } exports.ParsedPayID = ParsedPayID; //# sourceMappingURL=ParsedPayID.js.map