UNPKG

@sparticuz/chrome-aws-lambda

Version:

Chromium Binary for AWS Lambda and Google Cloud Functions, forked from @alixaxel/chrome-aws-lambda

10 lines (9 loc) 240 B
import { Page } from 'puppeteer-core'; /** * Enables ad blocking in page. * Requires `@cliqz/adblocker-puppeteer` package. * * @param page - Page to hook to. */ declare const _default: (page: Page) => Promise<Page>; export = _default;