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