mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
fragmentPrefix(string) returns URI
This commit is contained in:
Vendored
+1
-1
@@ -95,7 +95,7 @@ declare class URI {
|
||||
removeQuery(qry: Object): URI;
|
||||
addFragment(fragment: string): URI;
|
||||
//fragmentPrefix: string;
|
||||
fragmentPrefix(prefix: string);
|
||||
fragmentPrefix(prefix: string): URI;
|
||||
normalize(): URI;
|
||||
normalizeProtocol(): URI;
|
||||
normalizeHostname(): URI;
|
||||
|
||||
Reference in New Issue
Block a user