diff --git a/phantomjs/phantomjs.d.ts b/phantomjs/phantomjs.d.ts index 0bb6af7b8..be78db06b 100644 --- a/phantomjs/phantomjs.d.ts +++ b/phantomjs/phantomjs.d.ts @@ -302,3 +302,7 @@ interface Cookie { value: string; domain?: string; } + +declare module "webpage" { + export function create(): WebPage; +}