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