| 1 | import 'isomorphic-fetch'; |
| 2 | import { RequestParameters, Variables } from 'relay-runtime'; |
| 3 | export declare class FetcherBase { |
| 4 | private _url; |
| 5 | get url(): string; |
| 6 | set url(value: string); |
nothing calls this directly
no outgoing calls
no test coverage detected