Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/gustwind/server-deps.ts>fs.ExistsOptions

πŸ³πŸ’¨ – Deno powered site creator
Go to Latest
interface fs.ExistsOptions
import { type fs } from "https://deno.land/x/gustwind@v0.59.1/server-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.