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

SearchParamsOption

type SearchParamsOption = SearchParamsInit | Record<string, string | number | boolean> | Array<Array<string | number | boolean>>;

§Type

§
SearchParamsInit | Record<string, string | number | boolean> | Array<Array<string | number | boolean>>
[src]