Merge pull request #6592 from xogeny/patch-1

Added another alias module
This commit is contained in:
Masahiro Wakame
2015-11-05 22:08:35 +09:00
+4
View File
@@ -230,3 +230,7 @@ declare var URI: uri.URIStatic;
declare module 'URI' {
export = URI;
}
declare module 'urijs' {
export = URI;
}