UNPKG

@hot-updater/core

Version:

React Native OTA solution for self-hosted

5 lines (4 loc) 248 B
import type { Bundle, GetBundlesArgs, UpdateInfo } from "../types"; export declare const setupGetUpdateInfoTestSuite: ({ getUpdateInfo, }: { getUpdateInfo: (bundles: Bundle[], options: GetBundlesArgs) => Promise<UpdateInfo | null>; }) => void;