ethers.js/packages/wordlists/src.ts/wordlists-en.ts
2022-04-11 17:09:17 -04:00

9 lines
173 B
TypeScript

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