Skip to main content
Module

std/node/fs.ts>default

Deno standard library
Go to Latest
variable default
import { default } from "https://deno.land/std@0.90.0/node/fs.ts";

type

{ access; accessSync; appendFile; appendFileSync; chmod; chmodSync; chown; chownSync; close; closeSync; constants; copyFile; copyFileSync; exists; existsSync; lstat; lstatSync; mkdir; mkdirSync; mkdtemp; mkdtempSync; open; openSync; promises; readdir; readdirSync; readFile; readFileSync; readlink; readlinkSync; realpath; realpathSync; rename; renameSync; rmdir; rmdirSync; stat; statSync; unlink; unlinkSync; watch; writeFile; writeFileSync; truncate; truncateSync; }