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