mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 23:19:31 +08:00
fragmentPrefix(string) returns URI
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user