Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denjucks/src/deps/path/std/node/fs.ts>access

Deno templating engine
Latest
function access
Re-export
import { access } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/node/fs.ts";

Parameters

path: string | URL
modeOrCallback: number | Function
optional
callback: CallbackWithError