6 lines
342 B
TypeScript
6 lines
342 B
TypeScript
declare type Fetch = typeof fetch;
|
|
export declare const resolveFetch: (customFetch?: Fetch) => Fetch;
|
|
export declare const resolveHeadersConstructor: () => any;
|
|
export declare const fetchWithAuth: (supabaseKey: string, getAccessToken: () => Promise<string | null>, customFetch?: Fetch) => Fetch;
|
|
export {};
|
|
//# sourceMappingURL=fetch.d.ts.map
|