UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

5 lines (4 loc) 190 B
import { wordVaultCollections } from "../../data/collections/index.js"; export function getAllCollections() { return Object.values(wordVaultCollections).sort((a, b) => a?.id - b?.id); }