word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
31 lines (30 loc) • 1.23 kB
JavaScript
export const dir_wh = {
what: () => import("./what.json"),
whatever: () => import("./whatever.json"),
whatsoever: () => import("./whatsoever.json"),
wheat: () => import("./wheat.json"),
wheel: () => import("./wheel.json"),
when: () => import("./when.json"),
whenever: () => import("./whenever.json"),
where: () => import("./where.json"),
whereas: () => import("./whereas.json"),
whereby: () => import("./whereby.json"),
wherever: () => import("./wherever.json"),
whether: () => import("./whether.json"),
which: () => import("./which.json"),
while: () => import("./while.json"),
whilst: () => import("./whilst.json"),
whip: () => import("./whip.json"),
whirling: () => import("./whirling.json"),
whisky: () => import("./whisky.json"),
whisper: () => import("./whisper.json"),
white: () => import("./white.json"),
who: () => import("./who.json"),
whoever: () => import("./whoever.json"),
whole: () => import("./whole.json"),
wholesale: () => import("./wholesale.json"),
wholly: () => import("./wholly.json"),
whom: () => import("./whom.json"),
whose: () => import("./whose.json"),
why: () => import("./why.json"),
};