mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #2334 from geirsagberg/patch-1
Declare purl as string literal
This commit is contained in:
Vendored
+4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user