mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge pull request #1950 from Bartvds/def/node/hash
added hash & path to node's UrlOptions
This commit is contained in:
Vendored
+2
@@ -644,6 +644,8 @@ declare module "url" {
|
||||
pathname?: string;
|
||||
search?: string;
|
||||
query?: any;
|
||||
hash?: string;
|
||||
path?: string;
|
||||
}
|
||||
|
||||
export function parse(urlStr: string, parseQueryString?: boolean , slashesDenoteHost?: boolean ): Url;
|
||||
|
||||
Reference in New Issue
Block a user