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

Returns true if the fs.Dirent object describes a character device.

Return Type

boolean
Back to top