variable Fileimport { File } from "https://deno.land/x/deno@v2.0.4/ext/web/lib.deno_web.d.ts"; Provides information about files and allows JavaScript in a web page to access their content. type{ readonly prototype: File; new (fileBits: BlobPart[],fileName: string,options?: FilePropertyBag,): File; }