Skip to main content
Module

x/simple_utility/mod.ts>FetchResponseType

A handy utility collection.
Go to Latest
interface FetchResponseType
import { type FetchResponseType } from "https://deno.land/x/simple_utility@v0.0.2/mod.ts";

Properties

text: string
json: JsonValue
form: FormData
byte: Uint8Array
buffer: ArrayBuffer
blob: Blob
ok: boolean
response: Response