Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

getSearchParamsForLocation

function getSearchParamsForLocation(locationSearch: string, defaultSearchParams: URLSearchParams | null): URLSearchParams;
§
getSearchParamsForLocation(locationSearch: string, defaultSearchParams: URLSearchParams | null): URLSearchParams
[src]

§Parameters

§
locationSearch: string
[src]
§
defaultSearchParams: URLSearchParams | null
[src]

§Return Type

§
URLSearchParams
[src]