Deno.File
deprecatedThe Deno abstraction for reading and writing files.
@deprecated
Use Deno.FsFile
instead. Deno.File
will be removed in the future.
const File: FsFile;
The Deno abstraction for reading and writing files.
Use Deno.FsFile
instead. Deno.File
will be removed in the future.