method Dirent.prototype.isBlockDevice Usageimport { Dirent } from "node:fs"; Dirent.prototype.isBlockDevice(): boolean Returns true if the fs.Dirent object describes a block device. Returns true if the fs.Dirent object describes a block device. Return Type boolean