UNPKG

hot-updater

Version:

React Native OTA solution for self-hosted

3 lines (2 loc) 267 B
import type { ConfigInput, HotUpdaterConfigOptions } from "@hot-updater/plugin-core"; export declare const defineConfig: (config: ConfigInput | ((options: HotUpdaterConfigOptions) => ConfigInput)) => ConfigInput | ((options: HotUpdaterConfigOptions) => ConfigInput);