import { type FileSource } from "https://deno.land/x/mtkruto@0.6.2/3_types.ts";
Source to a file. Can be a file ID, a file path, URL, a Uint8Array
, a potentially async Uint8Array
iterator, or a readable stream of Uint8Array
, unless otherwise noted.
definition: