Skip to main content
Module

x/shed/index.ts>JSONRequestInit

All Worker Tools under a single roof
Latest
type alias JSONRequestInit
import { type JSONRequestInit } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";
definition: { body?: JSONBodyInit | null; } & Omit<RequestInit, "body">