variable constants.S_IFIFO Usage in Denoimport { constants } from "node:fs"; const { S_IFIFO } = constants; Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. Type number