mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08: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