Home
last modified time | relevance | path

Searched refs:hostnames (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A Dport.ts10 const port = await freeportAsync(rangeStart, { hostnames: [null, 'localhost'] });
23 const freePort = await freeportAsync(port, { hostnames: [null] });
81 const port = await freeportAsync(defaultPort, { hostnames: [host ?? null] });
/expo/packages/@expo/cli/ts-declarations/freeport-async/
H A Dindex.d.ts3 hostnames?: Array<string | null>; property