Skip to main content
FSImplementation - fs - Node documentation
interface FSImplementation

Usage in Deno

import { type FSImplementation } from "node:fs";

Properties

optional
open: (...args: any[]) => any
optional
close: (...args: any[]) => any