@types/stopword
Advanced tools
Comparing version 1.0.2 to 2.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for stopword 1.0 | ||
// Type definitions for stopword 2.0 | ||
// Project: https://github.com/fergiemcdowall/stopword | ||
@@ -21,59 +21,65 @@ // Definitions by: Rico Sandyca Novenza <https://github.com/ricosandyca> | ||
type LanguageCode = | ||
| 'af' | ||
| 'ar' | ||
| 'bg' | ||
| 'bn' | ||
| 'br' | ||
| 'ca' | ||
| 'cs' | ||
| 'da' | ||
| 'de' | ||
| 'el' | ||
| 'en' | ||
| 'eo' | ||
| 'es' | ||
| 'et' | ||
| 'eu' | ||
| 'fa' | ||
| 'fi' | ||
| 'fr' | ||
| 'ga' | ||
| 'gl' | ||
| 'ha' | ||
| 'he' | ||
| 'hi' | ||
| 'hr' | ||
| 'hu' | ||
| 'hy' | ||
| 'id' | ||
| 'it' | ||
| 'ja' | ||
| 'ko' | ||
| 'la' | ||
| 'afr' | ||
| 'ara' | ||
| 'ben' | ||
| 'bre' | ||
| 'bul' | ||
| 'cat' | ||
| 'ces' | ||
| 'dan' | ||
| 'deu' | ||
| 'ell' | ||
| 'eng' | ||
| 'epo' | ||
| 'est' | ||
| 'eus' | ||
| 'fas' | ||
| 'fin' | ||
| 'fra' | ||
| 'gle' | ||
| 'glg' | ||
| 'guj' | ||
| 'hau' | ||
| 'heb' | ||
| 'hin' | ||
| 'hrv' | ||
| 'hun' | ||
| 'hye' | ||
| 'ind' | ||
| 'ita' | ||
| 'jpn' | ||
| 'kor' | ||
| 'kur' | ||
| 'lat' | ||
| 'lav' | ||
| 'lgg' | ||
| 'lggo' | ||
| 'lv' | ||
| 'mr' | ||
| 'my' | ||
| 'nl' | ||
| 'no' | ||
| 'pa' | ||
| 'pl' | ||
| 'pt' | ||
| 'ptbr' | ||
| 'ro' | ||
| 'ru' | ||
| 'sk' | ||
| 'sl' | ||
| 'so' | ||
| 'st' | ||
| 'sv' | ||
| 'sw' | ||
| 'th' | ||
| 'tr' | ||
| 'ur' | ||
| 'vi' | ||
| 'yo' | ||
| 'zh' | ||
| 'zu'; | ||
| 'lggNd' | ||
| 'lit' | ||
| 'mar' | ||
| 'msa' | ||
| 'mya' | ||
| 'nld' | ||
| 'nob' | ||
| 'panGu' | ||
| 'pol' | ||
| 'por' | ||
| 'porBr' | ||
| 'ron' | ||
| 'rus' | ||
| 'slk' | ||
| 'slv' | ||
| 'som' | ||
| 'sot' | ||
| 'spa' | ||
| 'swa' | ||
| 'swe' | ||
| 'tgl' | ||
| 'tha' | ||
| 'tur' | ||
| 'ukr' | ||
| 'urd' | ||
| 'vie' | ||
| 'yor' | ||
| 'zho' | ||
| 'zul'; | ||
} | ||
@@ -83,5 +89,4 @@ | ||
[Language in stopword.LanguageCode]: string[]; | ||
} & | ||
stopword.Stopword; | ||
} & stopword.Stopword; | ||
export = stopword; |
{ | ||
"name": "@types/stopword", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "TypeScript definitions for stopword", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stopword", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "145c6d6d89ff882ba5cbb49aec167a3e6f047ae01cb0fb658f4538e49e2ccb09", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "d408711ff03bb34ebf58fefb40f8748c9bd500c07d5ba600ec9c14b22bae6a40", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
````ts | ||
// Type definitions for stopword 1.0 | ||
// Type definitions for stopword 2.0 | ||
// Project: https://github.com/fergiemcdowall/stopword | ||
@@ -32,59 +32,65 @@ // Definitions by: Rico Sandyca Novenza <https://github.com/ricosandyca> | ||
type LanguageCode = | ||
| 'af' | ||
| 'ar' | ||
| 'bg' | ||
| 'bn' | ||
| 'br' | ||
| 'ca' | ||
| 'cs' | ||
| 'da' | ||
| 'de' | ||
| 'el' | ||
| 'en' | ||
| 'eo' | ||
| 'es' | ||
| 'et' | ||
| 'eu' | ||
| 'fa' | ||
| 'fi' | ||
| 'fr' | ||
| 'ga' | ||
| 'gl' | ||
| 'ha' | ||
| 'he' | ||
| 'hi' | ||
| 'hr' | ||
| 'hu' | ||
| 'hy' | ||
| 'id' | ||
| 'it' | ||
| 'ja' | ||
| 'ko' | ||
| 'la' | ||
| 'afr' | ||
| 'ara' | ||
| 'ben' | ||
| 'bre' | ||
| 'bul' | ||
| 'cat' | ||
| 'ces' | ||
| 'dan' | ||
| 'deu' | ||
| 'ell' | ||
| 'eng' | ||
| 'epo' | ||
| 'est' | ||
| 'eus' | ||
| 'fas' | ||
| 'fin' | ||
| 'fra' | ||
| 'gle' | ||
| 'glg' | ||
| 'guj' | ||
| 'hau' | ||
| 'heb' | ||
| 'hin' | ||
| 'hrv' | ||
| 'hun' | ||
| 'hye' | ||
| 'ind' | ||
| 'ita' | ||
| 'jpn' | ||
| 'kor' | ||
| 'kur' | ||
| 'lat' | ||
| 'lav' | ||
| 'lgg' | ||
| 'lggo' | ||
| 'lv' | ||
| 'mr' | ||
| 'my' | ||
| 'nl' | ||
| 'no' | ||
| 'pa' | ||
| 'pl' | ||
| 'pt' | ||
| 'ptbr' | ||
| 'ro' | ||
| 'ru' | ||
| 'sk' | ||
| 'sl' | ||
| 'so' | ||
| 'st' | ||
| 'sv' | ||
| 'sw' | ||
| 'th' | ||
| 'tr' | ||
| 'ur' | ||
| 'vi' | ||
| 'yo' | ||
| 'zh' | ||
| 'zu'; | ||
| 'lggNd' | ||
| 'lit' | ||
| 'mar' | ||
| 'msa' | ||
| 'mya' | ||
| 'nld' | ||
| 'nob' | ||
| 'panGu' | ||
| 'pol' | ||
| 'por' | ||
| 'porBr' | ||
| 'ron' | ||
| 'rus' | ||
| 'slk' | ||
| 'slv' | ||
| 'som' | ||
| 'sot' | ||
| 'spa' | ||
| 'swa' | ||
| 'swe' | ||
| 'tgl' | ||
| 'tha' | ||
| 'tur' | ||
| 'ukr' | ||
| 'urd' | ||
| 'vie' | ||
| 'yor' | ||
| 'zho' | ||
| 'zul'; | ||
} | ||
@@ -94,4 +100,3 @@ | ||
[Language in stopword.LanguageCode]: string[]; | ||
} & | ||
stopword.Stopword; | ||
} & stopword.Stopword; | ||
@@ -103,3 +108,3 @@ export = stopword; | ||
### Additional Details | ||
* Last updated: Sat, 28 Aug 2021 21:01:22 GMT | ||
* Last updated: Thu, 05 May 2022 18:01:38 GMT | ||
* Dependencies: none | ||
@@ -106,0 +111,0 @@ * Global values: `sw` |
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
6502
85
111