Skip to main content
method Dirent.prototype.isFIFO
Dirent.prototype.isFIFO(): boolean
Deprecated

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

Return Type

boolean
Back to top