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