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

BodyParsable

import type { BodyParsable } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";
type BodyParsable =
| FORM
| FORM_DATA
| JSON
| BINARY
| X_BINARY
| `application/${string}+json`
| `text/${string}`;

§Type

§
FORM | FORM_DATA | JSON | BINARY | X_BINARY | `application/${string}+json` | `text/${string}`
[src]