Skip to main content
Module

x/shed/json-stream.ts>JSONStreamRequestInit

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