UNPKG

ethers

Version:

A complete and compact Ethereum library, for dapps, wallets and any other tools.

9 lines (5 loc) 170 B
import { LangEn } from "./lang-en.js"; import type { Wordlist } from "./wordlist.js"; export const wordlists: Record<string, Wordlist> = { en: LangEn.wordlist(), };