2019-12-20 13:07:14 -08:00

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';