mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fragmentPrefix(string) returns URI
This commit is contained in:
parent
dd99be72dc
commit
e71995b4fd
2
urijs/URI.d.ts
vendored
2
urijs/URI.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user