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

9 lines
225 B
TypeScript

import { Wordlist } from "./wordlist";
declare class LangFr extends Wordlist {
constructor();
getWord(index: number): string;
getWordIndex(word: string): number;
}
declare const langFr: LangFr;
export { langFr };