Skip to main content
Go to Latest
interface BlobType
import { type BlobType } from "https://deno.land/x/simple_utility@v1.6.0/mod.universal.ts";

Assignment of types convertible from blob.

Properties

text: string
base64: string
byte: Uint8Array
buffer: ArrayBuffer
stream: ReadableStream<Uint8Array>