// Type definitions for i18next v0.3.6 // Project: https://github.com/i18next/ng-i18next // Definitions by: Cyril Schumacher // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare module angular.i18next { interface I18nextProvider { options: I18nextOptions; } }