Skip to content

Commit

Permalink
Merge pull request alixaxel#121 from G-Rath/patch-1
Browse files Browse the repository at this point in the history
chore: improve typescript typings
alixaxel authored May 9, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 7e4f2c0 + 7f95179 commit 1cad533
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions source/index.d.ts
Original file line number Diff line number Diff line change
@@ -14,12 +14,4 @@ export const defaultViewport: {

export const executablePath: Promise<string>;
export const headless: boolean;
export const puppeteer: {
connect(options?: ConnectOptions): Promise<Browser>;
createBrowserFetcher(options?: FetcherOptions): BrowserFetcher;
defaultArgs(options?: ChromeArgOptions): string[];
devices: any;
errors: any;
executablePath(): string;
launch(options?: LaunchOptions): Promise<Browser>;
};
export const puppeteer: typeof import('puppeteer');

0 comments on commit 1cad533

Please sign in to comment.