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