Home
last modified time | relevance | path

Searched defs:createURL (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-linking/build/
H A DcreateURL.web.d.ts2 export declare function createURL(path: string, { queryParams }?: CreateURLOptions): string; function
H A DcreateURL.d.ts21 export declare function createURL(path: string, { scheme, queryParams, isTripleSlashed }?: CreateUR… function
H A DcreateURL.web.js1 export function createURL(path, { queryParams = {} } = {}) { function
H A DcreateURL.js67 export function createURL(path, { scheme, queryParams = {}, isTripleSlashed = false } = {}) { function
/expo/packages/expo-linking/src/
H A DcreateURL.web.ts3 export function createURL(path: string, { queryParams = {} }: CreateURLOptions = {}): string { function
H A DcreateURL.ts76 export function createURL( function