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

Usage in Deno

import { constants } from "node:fs";

Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group.

Type

number