Searched defs:createURL (Results 1 – 6 of 6) sorted by relevance
2 export declare function createURL(path: string, { queryParams }?: CreateURLOptions): string; function
21 export declare function createURL(path: string, { scheme, queryParams, isTripleSlashed }?: CreateUR… function
1 export function createURL(path, { queryParams = {} } = {}) { function
67 export function createURL(path, { scheme, queryParams = {}, isTripleSlashed = false } = {}) { function
3 export function createURL(path: string, { queryParams = {} }: CreateURLOptions = {}): string { function
76 export function createURL( function