UNPKG

french-contractions

Version:

French contractions: le hérisson, l'homme, ce yaourt, cet arbre

10 lines (9 loc) 312 B
/** * @license * Copyright 2019 Ludan Stoecklé * SPDX-License-Identifier: Apache-2.0 */ export declare function getCompleteList(): string[]; export declare function isH(word: string): boolean; export declare function isHAspire(word: string): boolean; export declare function isHMuet(word: string): boolean;