variable constants.S_IRWXO Usage in Denoimport { constants } from "node:fs"; const { S_IRWXO } = constants; Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. Type number