Skip to main content

isCharacterDevice

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

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

Return Type Jump to heading

boolean
Back to top