| 71 | } |
| 72 | |
| 73 | export interface ResolvedFetchOptions< |
| 74 | R extends ResponseType = ResponseType, |
| 75 | T = any, |
| 76 | > extends FetchOptions<R, T> { |
| 77 | headers: Headers; |
| 78 | } |
| 79 | |
| 80 | export interface CreateFetchOptions { |
| 81 | defaults?: FetchOptions; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…