method Dirent.prototype.isBlockDevice Usage in Deno```typescript import { Dirent } from "node:node__fs.d.ts"; ``` Dirent.prototype.isBlockDevice(): boolean Returns `true` if the `fs.Dirent` object describes a block device. Return Type boolean