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