variable constants.errno.ENOEXEC Usageimport { constants } from "node:os"; const { ENOEXEC } = constants.errno; Type number