UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

12 lines (11 loc) 245 B
import { FlutterHost } from "./FlutterHost"; import { IBridgeHost } from "./IBridgeHost"; /** * Bridge utils */ export declare namespace BridgeUtils { /** * Bridge host */ const host: IBridgeHost | FlutterHost | undefined; }