ethers.js/packages/wordlists/lib/wordlists.d.ts

3 lines
144 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
import type { Wordlist } from "./wordlist.js";
export declare const wordlists: Record<string, Wordlist>;
//# sourceMappingURL=wordlists.d.ts.map