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