ethers.js/src.ts/shims/wordlists.ts

9 lines
148 B
TypeScript
Raw Normal View History

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