Home
last modified time | relevance | path

Searched defs:constructUrl (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DManifestMiddleware-test.ts142 const constructUrl = createConstructUrl(); constant
155 const constructUrl = createConstructUrl(); constant
180 const constructUrl = createConstructUrl(); constant
/expo/packages/@expo/cli/src/start/server/
H A DUrlCreator.ts72 public constructUrl(options?: Partial<CreateURLOptions> | null): string { method in UrlCreator