ethers.js/packages/wordlists/src.ts/wordlists-en.ts

9 lines
173 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:09:17 -04:00
import { langEn as en } from "./lang-en.js";
import type { Wordlist } from "./wordlist.js";
export const wordlists: Record<string, Wordlist> = Object.freeze({
en
});