Merge pull request #5331 from SergioMorchon/patch-2

Added webpage module
This commit is contained in:
Masahiro Wakame
2015-08-15 16:30:44 +09:00
+4
View File
@@ -302,3 +302,7 @@ interface Cookie {
value: string;
domain?: string;
}
declare module "webpage" {
export function create(): WebPage;
}