Merge pull request #2334 from geirsagberg/patch-1

Declare purl as string literal
This commit is contained in:
Masahiro Wakame
2014-06-14 14:06:00 +09:00
+4
View File
@@ -48,3 +48,7 @@ declare function purl(): purl.Url;
* @param someUrl the url to be parsed
*/
declare function purl(someUrl: string): purl.Url;
declare module "purl" {
export = purl;
}