@types/i18next
Advanced tools
Comparing version 2.3.37 to 2.3.38
@@ -1,4 +0,4 @@ | ||
// Type definitions for i18next v2.3.4 | ||
// Type definitions for i18next v2.3.5 | ||
// Project: http://i18next.com | ||
// Definitions by: Michael Ledin <https://github.com/mxl> | ||
// Definitions by: Michael Ledin <https://github.com/mxl>, Budi Irawan <https://github.com/deerawan> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -22,2 +22,8 @@ | ||
interface FallbackLngObjList { | ||
[language: string]: string[] | ||
} | ||
type FallbackLng = string | string[] | FallbackLngObjList; | ||
interface InterpolationOptions { | ||
@@ -45,3 +51,3 @@ escapeValue?: boolean; | ||
lngs?: string[]; | ||
fallbackLng?: string; | ||
fallbackLng?: FallbackLng; | ||
ns?: string | string[]; | ||
@@ -62,3 +68,3 @@ keySeparator?: string; | ||
lng?: string; | ||
fallbackLng?: string; | ||
fallbackLng?: FallbackLng; | ||
ns?: string | string[]; | ||
@@ -65,0 +71,0 @@ defaultNS?: string; |
{ | ||
"name": "@types/i18next", | ||
"version": "2.3.37", | ||
"version": "2.3.38", | ||
"description": "TypeScript definitions for i18next", | ||
@@ -10,2 +10,6 @@ "license": "MIT", | ||
"url": "https://github.com/mxl" | ||
}, | ||
{ | ||
"name": "Budi Irawan", | ||
"url": "https://github.com/deerawan" | ||
} | ||
@@ -21,4 +25,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "9c21cdb421dad13641d96258a5b305fcf10f0490862238d32ce5cfb204ec635a", | ||
"typesPublisherContentHash": "d6a0d9931e1c355cd4bcb268d49cb662260636725440fe13e63af5e73b6a242d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 27 Apr 2017 18:10:22 GMT | ||
* Last updated: Mon, 01 May 2017 20:47:58 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Michael Ledin <https://github.com/mxl>. | ||
These definitions were written by Michael Ledin <https://github.com/mxl>, Budi Irawan <https://github.com/deerawan>. |
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
7626
120