playwright/src/firefox/ffApi.ts

6 lines
203 B
TypeScript
Raw Normal View History

2019-11-21 00:16:57 +01:00
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export { FFBrowser as FirefoxBrowser } from './ffBrowser';
2019-12-21 05:28:35 +01:00
export { FFPlaywright as FirefoxPlaywright } from './ffPlaywright';