From c4efb1a6904410d42b9cbe17fe29fe576b079305 Mon Sep 17 00:00:00 2001 From: Andrey Taritsyn Date: Wed, 11 Feb 2015 19:21:55 +0300 Subject: [PATCH] i18next: Add declaration of external module --- i18next/i18next.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i18next/i18next.d.ts b/i18next/i18next.d.ts index 512b3fdd4b..3463f24262 100644 --- a/i18next/i18next.d.ts +++ b/i18next/i18next.d.ts @@ -127,3 +127,7 @@ interface JQuery { } declare var i18n: I18nextStatic; + +declare module 'i18next' { + export = i18n; +} \ No newline at end of file