@types/i18next
Advanced tools
Comparing version 0.0.21-alpha to 0.0.22-alpha
@@ -0,0 +0,0 @@ // Type definitions for i18next v2.0.17 |
@@ -9,3 +9,3 @@ // Type definitions for i18next v2.3.4 | ||
declare namespace I18next { | ||
declare namespace i18n { | ||
interface ResourceStore { | ||
@@ -91,4 +91,4 @@ [language: string]: ResourceStoreLanguage; | ||
class I18n { | ||
constructor(options?:Options, callback?:(err:any, t:TranslationFunction) => void); | ||
interface I18n { | ||
//constructor(options?:Options, callback?:(err:any, t:TranslationFunction) => void); | ||
@@ -123,6 +123,4 @@ init(options?:Options, callback?:(err:any, t:TranslationFunction) => void):I18n; | ||
declare module 'i18next' { | ||
var i18n:I18next.I18n; | ||
declare var i18n:i18n.I18n; | ||
export = i18n; | ||
} | ||
export = i18n; |
{ | ||
"name": "@types/i18next", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"description": "TypeScript definitions for i18next v2.3.4", | ||
@@ -8,2 +8,6 @@ "main": "", | ||
"author": "Michael Ledin <https://github.com/mxl>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
@@ -10,0 +14,0 @@ "typings": "index.d.ts", |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:15 GMT | ||
* File structure: OldUMD | ||
* Last updated: Fri, 01 Jul 2016 18:42:25 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: I18next | ||
* Global values: i18n | ||
# Credits | ||
These definitions were written by Michael Ledin <https://github.com/mxl>. |
@@ -13,5 +13,5 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"I18next" | ||
"i18n" | ||
], | ||
@@ -25,3 +25,3 @@ "declaredModules": [ | ||
], | ||
"contentHash": "92fd2f1ec5630b11cbb56d32736cc6ccecd37ef6a595369597417a36ac1c9826" | ||
"contentHash": "e52aca6c9c9973e9a1ab11efccd0eb0b1d3fe0634733fa23a4010d4f9afe7a7d" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
12413
258