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