mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
7 lines
276 B
TypeScript
7 lines
276 B
TypeScript
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT license.
|
|
|
|
export { FFInterception as FirefoxInterception } from './features/ffInterception';
|
|
export { FFBrowser as FirefoxBrowser } from './ffBrowser';
|
|
export { FFPlaywright as Firefox } from './ffPlaywright';
|