french-contractions
Advanced tools
Comparing version 2.20.2 to 3.0.0
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
export declare function getCompleteList(): string[]; | ||
@@ -2,0 +7,0 @@ export declare function isH(word: string): boolean; |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.isHMuet = exports.isHAspire = exports.isH = exports.getCompleteList = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
export * from './hmuet'; | ||
@@ -2,0 +7,0 @@ export * from './vowel'; |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
@@ -3,0 +8,0 @@ if (k2 === undefined) k2 = k; |
@@ -0,2 +1,7 @@ | ||
/** | ||
* @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; |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.isContractedVowelWord = exports.beginsWithVowel = void 0; |
{ | ||
"name": "french-contractions", | ||
"version": "2.20.2", | ||
"version": "3.0.0", | ||
"description": "French contractions: le hérisson, l'homme, ce yaourt, cet arbre", | ||
@@ -56,3 +56,3 @@ "main": "dist/index.js", | ||
"license": "Apache-2.0", | ||
"gitHead": "0c3fa7193d2322c198fc703ea1f4bc37ccdbb435" | ||
"gitHead": "0a4207c1f14417df475d08e659b912c1ff38264f" | ||
} |
@@ -0,1 +1,5 @@ | ||
<!-- | ||
Copyright 2019 Ludan Stoecklé | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
# french-contractions | ||
@@ -2,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
275378
1597
51