mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 08:57:26 +08:00
Merge pull request #1957 from Bartvds/def/node/hash
add hash/path to node Url too
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