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