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

Usage in Deno

import { constants } from "node:fs";

Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file.

Type

number