ethers.js/lib.commonjs/wordlists/wordlists-browser.d.ts

3 lines
105 B
TypeScript
Raw Normal View History

import type { Wordlist } from "./wordlist.js";
export declare const wordlists: Record<string, Wordlist>;