UNPKG

201 BPlain TextView Raw
1/**
2 * @license
3 * Copyright 2020 Google Inc.
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/**
8 * Browsers supported by Puppeteer.
9 *
10 * @public
11 */
12export type SupportedBrowser = 'chrome' | 'firefox';