Merge pull request #1957 from Bartvds/def/node/hash

add hash/path to node Url too
This commit is contained in:
Bart van der Schoor
2014-04-01 01:58:35 +02:00

2
node/node.d.ts vendored
View File

@@ -633,6 +633,8 @@ declare module "url" {
search: string;
query: string;
slashes: boolean;
hash?: string;
path?: string;
}
export interface UrlOptions {