UNPKG

ethers

Version:
9 lines (8 loc) 232 B
import { Wordlist } from '../utils/wordlist'; declare class LangIt extends Wordlist { constructor(); getWord(index: number): string; getWordIndex(word: string): number; } declare const langIt: LangIt; export { langIt };