variable constants.S_IROTH Usageimport { constants } from "node:fs"; const { S_IROTH } = constants; Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. Type number