Skip to main content
Dirent.prototype.isFIFO - fs - Node documentation
method Dirent.prototype.isFIFO

Usage in Deno

import { Dirent } from "node:fs";
Dirent.prototype.isFIFO(): boolean

Returns true if the fs.Dirent object describes a first-in-first-out (FIFO) pipe.

Return Type

boolean