Skip to main content

isFile

method Dirent.prototype.isFile
Jump to headingDirent.prototype.isFile(): boolean

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

Return Type Jump to heading

boolean
Back to top