Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A Dport.ts29 const isBusy = await isBusyPortRunningSameProcessAsync(projectRoot, { port });
51 async function isBusyPortRunningSameProcessAsync(projectRoot: string, { port }: { port: number }) { function