Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/@rnx-kit/chromium-edge-launcher/lib/random-port.d.ts
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

5 lines
140 B
TypeScript

/**
* Return a random, unused port.
*/
export declare function getRandomPort(): Promise<number>;
//# sourceMappingURL=random-port.d.ts.map