UNPKG

expo

Version:
15 lines 472 B
import { DevToolsPluginClient } from './DevToolsPluginClient'; /** * The DevToolsPluginClient for the app -> browser communication. */ export declare class DevToolsPluginClientImplApp extends DevToolsPluginClient { private browserClientMap; /** * Initialize the connection. * @hidden */ initAsync(): Promise<void>; private addHandshakeHandler; private terminateBrowserClient; } //# sourceMappingURL=DevToolsPluginClientImplApp.d.ts.map