SourceTermAnalysisSystem_vue/node_modules/geotiff/dist-module/source/client/xhr.d.ts

5 lines
182 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
export class XHRClient extends BaseClient {
constructRequest(headers: any, signal: any): Promise<any>;
}
import { BaseClient } from "./base.js";
//# sourceMappingURL=xhr.d.ts.map