method Dirent.prototype.isFIFO Usage in Deno```typescript import { Dirent } from "node:node__fs.d.ts"; ``` Dirent.prototype.isFIFO(): boolean Returns `true` if the `fs.Dirent` object describes a first-in-first-out (FIFO) pipe. Return Type boolean