Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias FileInit
import { type FileInit } from "https://deno.land/x/simple_utility@v1.6.0/mod.universal.ts";

Simple filename and binary pair that make up file.

definition: [string, Uint8Array]