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