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

6 lines
149 B
TypeScript

import { logger, Wordlist } from "./wordlist";
declare const wordlists: {
[locale: string]: Wordlist;
};
export { logger, Wordlist, wordlists };