ethers.js/src.ts/wordlists/index.ts

8 lines
235 B
TypeScript
Raw Normal View History

2022-09-05 23:14:43 +03:00
export { Wordlist } from "./wordlist.js";
export { langEn, LangEn } from "./lang-en.js";
export { wordlists } from "./wordlists.js";
export { WordlistOwl } from "./wordlist-owl.js";
export { WordlistOwlA } from "./wordlist-owla.js";