Files
Fluxup_PAP/node_modules/@expo/devtools/build/getConnectionInfo.native.d.ts
2026-03-10 16:18:05 +00:00

6 lines
230 B
TypeScript

/**
* Get the dev server address.
*/
import type { ConnectionInfo } from './devtools.types';
export declare function getConnectionInfo(): Omit<ConnectionInfo, 'pluginName'>;
//# sourceMappingURL=getConnectionInfo.native.d.ts.map