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