import { type ExistsOptions } from "https://deno.land/std@0.199.0/fs/exists.ts";
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.