mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #6592 from xogeny/patch-1
Added another alias module
This commit is contained in:
Vendored
+4
@@ -230,3 +230,7 @@ declare var URI: uri.URIStatic;
|
||||
declare module 'URI' {
|
||||
export = URI;
|
||||
}
|
||||
|
||||
declare module 'urijs' {
|
||||
export = URI;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user