diff --git a/urijs/URIjs.d.ts b/urijs/URIjs.d.ts index 3bd4ba366..23d79218b 100644 --- a/urijs/URIjs.d.ts +++ b/urijs/URIjs.d.ts @@ -230,3 +230,7 @@ declare var URI: uri.URIStatic; declare module 'URI' { export = URI; } + +declare module 'urijs' { + export = URI; +}