@types/i18next
Advanced tools
Comparing version 2.3.40 to 2.3.41
@@ -131,3 +131,3 @@ // Type definitions for i18next 2.3 | ||
dir(lng?: string): string; | ||
dir(lng?: string): "ltr" | "rtl"; | ||
@@ -134,0 +134,0 @@ createInstance(options?: Options, callback?: (err: any, t: TranslationFunction) => void): I18n; |
{ | ||
"name": "@types/i18next", | ||
"version": "2.3.40", | ||
"version": "2.3.41", | ||
"description": "TypeScript definitions for i18next", | ||
@@ -26,8 +26,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c0015841af1c1818bafa37f7e28bd94afc68dafe0702170e777974274183a3f3", | ||
"typesPublisherContentHash": "0b5626e605e4fcfeb634b6b9e436d838c805ccac6ea8714112d0737e94a182af", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/i18next/v2 | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/i18next/v2 | ||
Additional Details | ||
* Last updated: Tue, 29 Aug 2017 21:31:37 GMT | ||
* Last updated: Wed, 11 Jul 2018 01:14:17 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
7746