mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
added/fixed headers e-i
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+4
-3
@@ -1,11 +1,12 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
// Type definitions for i18next (v1.5.10 incl. jQuery)
|
||||
// Project: http://i18next.com
|
||||
// Sources: https://github.com/jamuhl/i18next/
|
||||
// Definitions by: Maarten Docter <https://github.com/mdocter> - Blog: http://www.maartendocter.nl
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// Sources: https://github.com/jamuhl/i18next/
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface IResourceStore {
|
||||
[language: string]: IResourceStoreLanguage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user