mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
node.d.ts support object type for Url.query
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user