word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
12 lines (11 loc) • 412 B
JavaScript
export const dir_sm = {
small: () => import("./small.json"),
smart: () => import("./smart.json"),
smartphone: () => import("./smartphone.json"),
smash: () => import("./smash.json"),
smell: () => import("./smell.json"),
smile: () => import("./smile.json"),
smoke: () => import("./smoke.json"),
smoking: () => import("./smoking.json"),
smooth: () => import("./smooth.json"),
};