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

6 lines
149 B
TypeScript
Raw Normal View History

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