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