UNPKG
onibrowser
Version:
latest (1.1.1)
1.1.1
A browser in the browser
gitlab.com/dosyago/oni
dosyago/supreme-architect
onibrowser
/
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
>;