constants.S_IRWXU - Node documentation
variable constants.S_IRWXU

Usage in Deno

import { constants } from "node:fs";
const { S_IRWXU } = constants;

Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner.

Type

number