2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/wordlists/index.d.ts

10 lines
293 B
TypeScript
Raw Normal View History

2018-09-24 16:07:14 -04:00
import { Wordlist } from '../utils/wordlist';
declare const en: Wordlist;
declare const ko: Wordlist;
declare const it: Wordlist;
declare const ja: Wordlist;
declare const zh: Wordlist;
declare const zh_cn: Wordlist;
declare const zh_tw: Wordlist;
export { en, it, ja, ko, zh, zh_cn, zh_tw };