UNPKG
browserbox.club
Version:
latest (3.9.1)
3.9.1
3.9.0
3.8.7
3.8.6
Remote isolated browser platform by Dosyago
gitlab.com/crisdosyago/BrowserBox
crisdosyago/BrowserBox
browserbox.club
/
src
/
zombie-lord
/
custom-launcher
/
dist
/
random-port.d.ts
5 lines
(4 loc)
•
103 B
TypeScript
View Raw
1
2
3
4
5
/** * Return a random, unused port. */
export
declare
function
getRandomPort
(
):
Promise
<
number
>;