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