word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
11 lines • 479 B
TypeScript
export * from "./findCollection.js";
export * from "./getAllCollectionCards.js";
export * from "./getAllCollections.js";
export * from "./getCollectionCards.js";
export * from "./getCollectionCategories.js";
export * from "./getCollectionCategoryBySlug.js";
export * from "./getCollectionsByStatus.js";
export * from "./getCollectionsTotalCards.js";
export * from "./getTotalCardsByDifficulty.js";
export * from "./searchWordInCollections.js";
//# sourceMappingURL=index.d.ts.map