downloadRaw(filename: string): Promise<Uint8Array | null>
Download raw bytes from storage. Returns null if the file does not exist.
Promise<Uint8Array | null>
downloadRaw(filename: string): Promise<Uint8Array | null>
Download raw bytes from storage. Returns null if the file does not exist.
Promise<Uint8Array | null>
import { downloadRaw } from "docs/embed.ts";