UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

3 lines 175 B
import type { ICollection } from "../../types/index.js"; export declare function findCollection(slug: string): ICollection | null; //# sourceMappingURL=findCollection.d.ts.map