interface ReadFileOptions
implements FileSystemOptions
import { type ReadFileOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/fs.ts";
Options for file reading functions, such as readFile, readFileAsText and readFileAsFile.
Properties
optional
signal: AbortSignal