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

SearchParamsInit

import type { SearchParamsInit } from "https://raw.githubusercontent.com/worker-tools/json-fetch/master/index.ts";
type SearchParamsInit =
| [string, any][]
| Record<string, any>
| string
| URLSearchParams;

§Type

§
[string, any][] | Record<string, any> | string | URLSearchParams
[src]