Add definition for "angular-i18next"

This commit is contained in:
Cyril Schumacher
2015-04-29 18:00:26 +02:00
parent f27b5185c9
commit 5e8f5e9587
+12
View File
@@ -0,0 +1,12 @@
// Type definitions for i18next v0.3.6
// Project: https://github.com/i18next/ng-i18next
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../i18next/i18next.d.ts" />
declare module angular.i18next {
interface I18nextProvider {
options: I18nextOptions;
}
}