UNPKG

french-contractions

Version:

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

8 lines (7 loc) 227 B
/** * @license * Copyright 2019 Ludan Stoecklé * SPDX-License-Identifier: Apache-2.0 */ export declare function beginsWithVowel(word: string): boolean; export declare function isContractedVowelWord(word: string): boolean;