node.d.ts support object type for Url.query

This commit is contained in:
Steve
2014-09-27 10:51:03 +02:00
committed by Steve Baker
parent fe50484fda
commit f281573224
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -658,7 +658,7 @@ declare module "url" {
host: string;
pathname: string;
search: string;
query: string;
query: any; // string | Object
slashes: boolean;
hash?: string;
path?: string;