UNPKG

@baqhub/sdk-react

Version:

The official React SDK for the BAQ federated app platform.

2 lines (1 loc) 84 B
export declare function buildFetcher<T>(promiseBuilder: () => Promise<T>): () => T;