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