2
0
mirror of synced 2025-02-25 20:45:17 +00:00
ethers.js/src.ts/shims/wordlists.ts
2018-07-22 21:07:50 -04:00

9 lines
148 B
TypeScript

import { Wordlist } from '../wordlists/wordlist';
import { langEn as _en } from '../wordlists/lang-en';
const en: Wordlist = _en;
export { en }