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

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

Return Type

boolean
Back to top