variable constants.S_IFMT Usage in Denoimport { constants } from "node:fs"; const { S_IFMT } = constants; Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. Type number