Files
Fluxup_PAP/node_modules/expo/build/winter/fetch/FetchErrors.d.ts
2026-03-10 16:18:05 +00:00

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