mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fixed URI constructor
Added additional constructor to URI.
This commit is contained in:
Vendored
+1
@@ -16,6 +16,7 @@ interface URIOptions {
|
||||
|
||||
declare class URI {
|
||||
constructor();
|
||||
constructor(uri: string);
|
||||
constructor(options: URIOptions);
|
||||
clone(): URI;
|
||||
href(): string;
|
||||
|
||||
Reference in New Issue
Block a user