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