Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface FileOptions
import { type FileOptions } from "https://deno.land/std@0.151.0/node/_fs/_fs_common.ts";

Properties

optional
encoding: Encodings
optional
flag: string
optional
signal: AbortSignal