Searched refs:ExpoURL (Results 1 – 5 of 5) sorted by relevance
10 export declare class ExpoURL extends URL { class11 static from(url: string, config: ExpoRouterServerManifestV1FunctionRoute): ExpoURL;15 url: ExpoURL;18 get expoUrl(): ExpoURL;
3 exports.ExpoRequest = exports.ExpoURL = exports.NON_STANDARD_SYMBOL = exports.ExpoResponse = export…38 class ExpoURL extends node_url_1.URL { class40 const expoUrl = new ExpoURL(url);51 exports.ExpoURL = ExpoURL;57 url: new ExpoURL(typeof info !== 'string' && 'url' in info ? info.url : String(info)),
68 const expoUrl = new environment_1.ExpoURL(url);
52 export class ExpoURL extends URL { class53 static from(url: string, config: ExpoRouterServerManifestV1FunctionRoute): ExpoURL {54 const expoUrl = new ExpoURL(url);69 url: ExpoURL;76 url: new ExpoURL(typeof info !== 'string' && 'url' in info ? info.url : String(info)),
9 import { ExpoRequest, ExpoResponse, ExpoURL, NON_STANDARD_SYMBOL } from './environment';95 const expoUrl = new ExpoURL(url);