word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
25 lines (24 loc) • 951 B
JavaScript
export const dir_bi = {
bias: () => import("./bias.json"),
bicycle: () => import("./bicycle.json"),
bid: () => import("./bid.json"),
big: () => import("./big.json"),
bigamy: () => import("./bigamy.json"),
bike: () => import("./bike.json"),
bill: () => import("./bill.json"),
billion: () => import("./billion.json"),
bin: () => import("./bin.json"),
bind: () => import("./bind.json"),
biography: () => import("./biography.json"),
biological: () => import("./biological.json"),
biology: () => import("./biology.json"),
bird: () => import("./bird.json"),
birth: () => import("./birth.json"),
birthday: () => import("./birthday.json"),
biscuit: () => import("./biscuit.json"),
bishop: () => import("./bishop.json"),
bit: () => import("./bit.json"),
bite: () => import("./bite.json"),
bitter: () => import("./bitter.json"),
bizarre: () => import("./bizarre.json"),
};