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