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