ssap_app/node_modules/expo/build/winter/fetch/FetchErrors.d.ts

8 lines
256 B
TypeScript

export declare class FetchError extends Error {
constructor(message: string, { cause, stack }?: {
cause?: unknown;
stack?: string;
});
static createFromError(error: Error): FetchError;
}
//# sourceMappingURL=FetchErrors.d.ts.map