Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable MediaTypes
Re-export
import { MediaTypes } from "https://deno.land/x/openbox@1.2.10/mod.ts";

type

{ Json: string; Text: string; Html: string; FormData: string; UrlEncoded: string; OctetStream: string; }