| 95 | } |
| 96 | |
| 97 | export interface Unfetch { |
| 98 | (url: string | URL, options?: UnfetchRequestInit): Promise<UnfetchResponse>; |
| 99 | } |
| 100 | |
| 101 | declare const unfetch: Unfetch; |
| 102 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…