3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
|
import type { Wordlist } from "./wordlist.js";
|
||
|
export declare const wordlists: Record<string, Wordlist>;
|
||
|
//# sourceMappingURL=wordlists.d.ts.map
|