SourceTermAnalysisSystem_vue/node_modules/geotiff/dist-module/source/client/xhr.d.ts
2026-05-15 10:22:44 +08: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