english-plurals
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -13,2 +13,2 @@ /** | ||
} | ||
export declare function getPlural(wordsInfo: WordsInfo, irregulars: EnglishPluralsList, singular: string): string; | ||
export declare function getPlural(wordsInfo: WordsInfo | undefined, irregulars: EnglishPluralsList, singular: string): string; |
{ | ||
"name": "english-plurals", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "English plural of words", | ||
@@ -48,3 +48,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"english-plurals-list": "3.1.0" | ||
"english-plurals-list": "3.2.0" | ||
}, | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "11645a24749c02832b29d6ef71cdf943f89ea81a" | ||
"gitHead": "e4e8082280b13351e9b82b8ff49beebf56103ea9" | ||
} |
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
17751