MCPcopy Create free account
hub / github.com/emwalker/digraph /

Class

client/src/FetcherBase.d.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import 'isomorphic-fetch';
2import { RequestParameters, Variables } from 'relay-runtime';
3export declare class FetcherBase {
4 private _url;
5 get url(): string;
6 set url(value: string);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected