word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
17 lines (16 loc) • 641 B
JavaScript
export const dir_of = {
of: () => import("./of.json"),
off: () => import("./off.json"),
offence: () => import("./offence.json"),
offend: () => import("./offend.json"),
offender: () => import("./offender.json"),
offense: () => import("./offense.json"),
offensive: () => import("./offensive.json"),
offer: () => import("./offer.json"),
offering: () => import("./offering.json"),
office: () => import("./office.json"),
officer: () => import("./officer.json"),
official: () => import("./official.json"),
offspring: () => import("./offspring.json"),
often: () => import("./often.json"),
};