SourceTermAnalysisSystem_vue/node_modules/geotiff/dist-node/source/client/fetch.d.ts

6 lines
190 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
export class FetchClient extends BaseClient {
constructor(url: any, credentials: any);
credentials: any;
}
import { BaseClient } from "./base.js";
//# sourceMappingURL=fetch.d.ts.map