Skip to main content
Module

x/acorn/util.ts>isBodyInit

A focused RESTful server framework for Deno 🌰🦕
Go to Latest
function isBodyInit
import { isBodyInit } from "https://deno.land/x/acorn@0.1.1/util.ts";

A type guard which determines if the value can be used as BodyInit for creating a body of a Response.

Parameters

value: unknown