Read/write IOStream backed by Deno's native file system API
(Deno.FsFile).
Because Deno types are not available in a standard TypeScript / Node.js
environment, minimal inline declarations are provided below so that the
module compiles under any tsc target without needing @types/deno or a
custom lib.
Read/write IOStream backed by Deno's native file system API (
Deno.FsFile).Because Deno types are not available in a standard TypeScript / Node.js environment, minimal inline declarations are provided below so that the module compiles under any
tsctarget without needing@types/denoor a custom lib.