Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_utility/mod.ts>BlobType

Useful snippet collection.
Go to Latest
interface BlobType
import { type BlobType } from "https://deno.land/x/simple_utility@v1.6.0/mod.ts";

Assignment of types convertible from blob.

Properties

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