import { type fs } from "https://deno.land/x/fresh@1.4.3/tests/deps.ts";
const { ExistsOptions } = fs;
Properties
When true
, will check if the path is readable by the user as well.
When true
, will check if the path is a directory as well.
Directory symlinks are included.