Export fix

This commit is contained in:
Vasya Aksyonov
2015-03-10 21:41:53 +05:00
parent af699e147c
commit 3256244dba
+2 -2
View File
@@ -43,6 +43,6 @@ declare var numeral: Numeral;
declare module "numeral" {
export = Numeral;
export = numeral;
}
}