@marxlnfcs/wildduck-api
Version:
Provides a client to interact with the wildduck api
12 lines (11 loc) • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WildduckClientComponent = void 0;
class WildduckClientComponent {
constructor(http, sse, events) {
this.http = http;
this.sse = sse;
this.events = events;
}
}
exports.WildduckClientComponent = WildduckClientComponent;