fetch.d.ts 190 B

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