UNPKG

@sparticuz/chrome-aws-lambda

Version:

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

9 lines (8 loc) 220 B
import { Page } from 'puppeteer-core'; /** * Removes `Headless` from the User Agent string, if present. * * @param page - Page to hook to. */ declare const _default: (page: Page) => Promise<Page>; export = _default;