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