mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-18 20:16:50 +08:00
add hash/path to both Url & UrlOptions
This commit is contained in:
2
node/node.d.ts
vendored
2
node/node.d.ts
vendored
@@ -633,6 +633,8 @@ declare module "url" {
|
||||
search: string;
|
||||
query: string;
|
||||
slashes: boolean;
|
||||
hash?: string;
|
||||
path?: string;
|
||||
}
|
||||
|
||||
export interface UrlOptions {
|
||||
|
||||
Reference in New Issue
Block a user