english-determiners
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -6,6 +6,6 @@ /** | ||
*/ | ||
export declare type Genders = 'M' | 'F' | 'N'; | ||
export declare type Numbers = 'S' | 'P'; | ||
export declare type Dist = 'NEAR' | 'FAR'; | ||
export declare type DetType = 'DEFINITE' | 'INDEFINITE' | 'DEMONSTRATIVE' | 'POSSESSIVE'; | ||
export declare function getDet(detType: DetType, genderOwner: Genders, numberOwner: Numbers, numberOwned: Numbers, dist: Dist, forceArticlePlural: boolean): string; | ||
export type Genders = 'M' | 'F' | 'N'; | ||
export type Numbers = 'S' | 'P'; | ||
export type Dist = 'NEAR' | 'FAR'; | ||
export type DetType = 'DEFINITE' | 'INDEFINITE' | 'DEMONSTRATIVE' | 'POSSESSIVE'; | ||
export declare function getDet(detType: DetType, genderOwner: Genders | undefined, numberOwner: Numbers | undefined, numberOwned: Numbers | undefined, dist: Dist | undefined, forceArticlePlural: boolean | undefined): string; |
{ | ||
"name": "english-determiners", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "English determiners", | ||
@@ -57,3 +57,3 @@ "main": "dist/index.js", | ||
}, | ||
"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
21571