UNPKG

bbpro

Version:

BrowserBox - remote browser isolation tool

5 lines (4 loc) 103 B
/** * Return a random, unused port. */ export declare function getRandomPort(): Promise<number>;