UNPKG

chrome-aws-lambda

Version:

Chromium Binary for AWS Lambda and Google Cloud Functions

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