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

JSONStreamRequestInit

import type { JSONStreamRequestInit } from "https://raw.githubusercontent.com/worker-tools/json-stream/master/index.ts";
type JSONStreamRequestInit = Omit<RequestInit, "body"> & {};

§Type

§
Omit<RequestInit, "body"> & {}
[src]