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

6 lines
149 B
TypeScript
Raw Permalink Normal View History

import { logger, Wordlist } from "./wordlist";
2019-06-12 09:38:15 -04:00
declare const wordlists: {
[locale: string]: Wordlist;
};
export { logger, Wordlist, wordlists };