2
0
mirror of synced 2025-02-25 04:25:16 +00:00
ethers.js/src.ts/shims/wordlists.ts

9 lines
144 B
TypeScript

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