Skip to main content
constants.S_IFMT - fs - Node documentation
variable constants.S_IFMT

Usage in Deno

import { constants } from "node:fs";

Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code.

Type

number