Skip to main content
Module

x/json_fetch/index.ts>SearchParamsInit

Enhanced Fetch API with first class support for JSON objects
Latest
type alias SearchParamsInit
import { type SearchParamsInit } from "https://deno.land/x/json_fetch@v2.1.0-pre.6/index.ts";
definition:
| [string, any][]
| Record<string, any>
| string