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

JSONBodyInit

import type { JSONBodyInit } from "https://raw.githubusercontent.com/worker-tools/json-fetch/master/index.ts";
type JSONBodyInit = BodyInit | any;

§Type

§
BodyInit | any
[src]