word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
10 lines (9 loc) • 322 B
JavaScript
export const dir_yo = {
you: () => import("./you.json"),
young: () => import("./young.json"),
youngster: () => import("./youngster.json"),
your: () => import("./your.json"),
yours: () => import("./yours.json"),
yourself: () => import("./yourself.json"),
youth: () => import("./youth.json"),
};