@typhonjs-utils/file-util
Function isDirectory
isDirectory
(
path
:
string
)
:
boolean
Checks if given path is a directory.
Parameters
path
:
string
Path to check.
Returns
boolean
Returns if the given path is a directory.
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
@typhonjs-utils/file-util
Checks if given path is a directory.