word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
29 lines (28 loc) • 1.25 kB
JavaScript
export const dir_em = {
email: () => import("./email.json"),
embark: () => import("./embark.json"),
embarrassed: () => import("./embarrassed.json"),
embarrassing: () => import("./embarrassing.json"),
embarrassment: () => import("./embarrassment.json"),
embassy: () => import("./embassy.json"),
embed: () => import("./embed.json"),
embody: () => import("./embody.json"),
embrace: () => import("./embrace.json"),
emerge: () => import("./emerge.json"),
emergence: () => import("./emergence.json"),
emergency: () => import("./emergency.json"),
emission: () => import("./emission.json"),
emotion: () => import("./emotion.json"),
emotional: () => import("./emotional.json"),
emotionally: () => import("./emotionally.json"),
emphasis: () => import("./emphasis.json"),
emphasize: () => import("./emphasize.json"),
empire: () => import("./empire.json"),
empirical: () => import("./empirical.json"),
employ: () => import("./employ.json"),
employee: () => import("./employee.json"),
employer: () => import("./employer.json"),
employment: () => import("./employment.json"),
empower: () => import("./empower.json"),
empty: () => import("./empty.json"),
};