Skip to main content
method Dirent.prototype.isFile
Dirent.prototype.isFile(): boolean
Deprecated

Returns true if the fs.Dirent object describes a regular file.

Return Type

boolean
Back to top