UNPKG

prostgles-client

Version:

Reactive client for Postgres

7 lines 270 B
import type { HookOptions } from "../prostgles"; export declare const useFetch: (fetchFunc: (...args: any) => Promise<any>, args?: any[], hookOptions?: HookOptions) => { data: any; error: unknown; isLoading: boolean; }; //# sourceMappingURL=useFetch.d.ts.map