interface ExistsOptions
Options for exists and existsSync.
Properties
optional
isReadable: boolean = falseWhen true, will check if the path is readable by the user as well.
optional
isDirectory: boolean = falseWhen true, will check if the path is a directory as well.
Directory symlinks are included.