add hash/path to both Url & UrlOptions

This commit is contained in:
Bart van der Schoor
2014-03-31 21:21:42 +02:00
parent 12766b5357
commit 2fdba9cbbe

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 {