Skip to main content
Module

x/fresh/src/dev/deps.ts>fs.ExistsOptions

The next-gen web framework.
Extremely Popular
Go to Latest
interface fs.ExistsOptions
import { type fs } from "https://deno.land/x/fresh@1.4.1/src/dev/deps.ts";
const { ExistsOptions } = fs;

Properties

optional
isReadable: boolean = false

When true, will check if the path is readable by the user as well.

optional
isDirectory: boolean = false

When true, will check if the path is a directory as well. Directory symlinks are included.

optional
isFile: boolean = false

When true, will check if the path is a file as well. File symlinks are included.