UNPKG

expo-updates

Version:

Fetches and manages remotely-hosted assets and updates to your app's JS bundle.

2 lines (1 loc) 90 B
export declare function withConsoleDisabledAsync<T>(block: () => Promise<T>): Promise<T>;