2026-03-04 12:59:40 +01:00

5 lines
182 B
TypeScript

export class XHRClient extends BaseClient {
constructRequest(headers: any, signal: any): Promise<any>;
}
import { BaseClient } from "./base.js";
//# sourceMappingURL=xhr.d.ts.map