ts-repo-utils
Preparing search index...
functions/assert-path-exists
pathExists
Function pathExists
pathExists
(
filePath
:
string
)
:
Promise
<
boolean
>
Checks if a file or directory exists.
Parameters
filePath
:
string
The path to check.
Returns
Promise
<
boolean
>
True if the path exists.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-repo-utils
Loading...
Checks if a file or directory exists.