ethers.js/packages/wordlists/lib.esm/lang-fr.d.ts

9 lines
262 B
TypeScript
Raw Permalink Normal View History

2019-05-14 18:48:48 -04:00
import { Wordlist } from "./wordlist";
declare class LangFr extends Wordlist {
constructor();
getWord(index: number): string;
getWordIndex(word: string): number;
}
declare const langFr: LangFr;
export { langFr };
//# sourceMappingURL=lang-fr.d.ts.map