UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

16 lines (15 loc) 692 B
import collection450JSON from "./450.json" with { type: "json" }; import collection504JSON from "./504.json" with { type: "json" }; import collectionOx3000JSON from "./ox3000.json" with { type: "json" }; import collectionOx5000JSON from "./ox5000.json" with { type: "json" }; export const collection450 = collection450JSON; export const collection504 = collection504JSON; export const collectionOx3000 = collectionOx3000JSON; export const collectionOx5000 = collectionOx5000JSON; export const CollectionMap = { "450": collection450, "504": collection504, ox3000: collectionOx3000, ox5000: collectionOx5000, }; export const wordVaultCollections = Object.values(CollectionMap);