UNPKG
french-contractions
Version:
latest (5.4.0)
5.4.0
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.4.0
4.3.1
4.3.0
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.20.2
2.20.1
2.20.0
2.19.0
2.18.1
2.18.0
2.17.2
2.17.1
2.17.0
2.16.10
2.16.9
2.16.8
2.16.7
2.16.6
2.16.5
2.16.4
2.16.3
2.16.2
2.16.1
2.16.0
2.15.4
2.15.3
French contractions: le hérisson, l'homme, ce yaourt, cet arbre
RosaeNLG/rosaenlg
french-contractions
/
dist
/
vowel.d.ts
8 lines
(7 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@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
;