2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/wordlists/lang-fr.d.ts

9 lines
232 B
TypeScript
Raw Normal View History

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