ethers.js/packages/wordlists/index.d.ts
2019-06-12 09:38:15 -04:00

6 lines
133 B
TypeScript

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