@types/i18next
Advanced tools
Comparing version 11.9.1 to 11.9.2
@@ -469,2 +469,13 @@ // Type definitions for i18next 11.9 | ||
interface Services { | ||
backendConnector: any; | ||
i18nFormat: any; | ||
interpolator: any; | ||
languageDetector: any; | ||
languageUtils: any; | ||
logger: any; | ||
pluralResolver: any; | ||
resourceStore: Resource; | ||
} | ||
interface i18n { | ||
@@ -490,2 +501,7 @@ /** | ||
/** | ||
* Internal container for all used plugins and implmentation details like languageUtils, pluralResolvers, etc. | ||
*/ | ||
services: Services; | ||
/** | ||
* Please have a look at the translation functions like interpolation, formatting and plurals for more details on using it. | ||
@@ -492,0 +508,0 @@ */ |
{ | ||
"name": "@types/i18next", | ||
"version": "11.9.1", | ||
"version": "11.9.2", | ||
"description": "TypeScript definitions for i18next", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f2f16c375bfe269ac81d3b916b85e52e67f07513379bb538c3cac3aa836cccaf", | ||
"typesPublisherContentHash": "01a51f8d05abc0e43e77d980105f5cf458dea5fbf73eec76c8bf1ea2a520f369", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 08 Oct 2018 16:13:32 GMT | ||
* Last updated: Fri, 12 Oct 2018 21:27:10 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
23982
582