| 17 | |
| 18 | // Augment `FetchError` type to include `IFetchError` properties |
| 19 | export interface FetchError<T = any> extends IFetchError<T> {} |
| 20 | |
| 21 | export function createFetchError<T = any>( |
| 22 | ctx: FetchContext<T> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…