react-native-get-pixel_edit/node_modules/chrome-launcher/dist/random-port.d.ts
2025-07-09 11:41:52 +09:00

5 lines
99 B
TypeScript

/**
* Return a random, unused port.
*/
export declare function getRandomPort(): Promise<number>;