Searched refs:hostnames (Results 1 – 2 of 2) sorted by relevance
10 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] });
3 hostnames?: Array<string | null>; property