7 lines
276 B
TypeScript
Raw Normal View History

2019-11-20 15:16:57 -08:00
// 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';