SourceTermAnalysisSystem_vue/node_modules/geotiff/dist-node/source/client/fetch.d.ts
2026-05-15 10:22:44 +08:00

6 lines
190 B
TypeScript

export class FetchClient extends BaseClient {
constructor(url: any, credentials: any);
credentials: any;
}
import { BaseClient } from "./base.js";
//# sourceMappingURL=fetch.d.ts.map