| 78 | } |
| 79 | |
| 80 | export interface CreateFetchOptions { |
| 81 | defaults?: FetchOptions; |
| 82 | fetch?: Fetch; |
| 83 | } |
| 84 | |
| 85 | export type GlobalOptions = Pick< |
| 86 | FetchOptions, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…