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

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

Return Type

boolean
Back to top