UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

8 lines 290 B
/** * Search for a word across all collections. * * @param word - The word to search for * @returns Array of collection slugs where the word appears */ export declare function searchWordInCollections(word: string): string[] | null; //# sourceMappingURL=searchWordInCollections.d.ts.map