word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
11 lines (10 loc) • 347 B
JavaScript
export const dir_ye = {
yeah: () => import("./yeah.json"),
year: () => import("./year.json"),
yell: () => import("./yell.json"),
yellow: () => import("./yellow.json"),
yep: () => import("./yep.json"),
yes: () => import("./yes.json"),
yesterday: () => import("./yesterday.json"),
yet: () => import("./yet.json"),
};