Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/
H A DUrlCreator.ts77 const url = joinUrlComponents(urlComponents);
156 function joinUrlComponents({ protocol, hostname, port }: Partial<UrlComponents>): string { function