mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #5331 from SergioMorchon/patch-2
Added webpage module
This commit is contained in:
Vendored
+4
@@ -302,3 +302,7 @@ interface Cookie {
|
||||
value: string;
|
||||
domain?: string;
|
||||
}
|
||||
|
||||
declare module "webpage" {
|
||||
export function create(): WebPage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user