playwright/src/firefox/ffApi.ts

9 lines
283 B
TypeScript
Raw Normal View History

2019-11-21 00:16:57 +01:00
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
2019-12-20 03:02:28 +01:00
export { FFInterception } from './features/ffInterception';
export { FFPermissions } from './features/ffPermissions';
export { FFBrowser } from './ffBrowser';
export { FFPlaywright } from './ffPlaywright';
2019-12-20 02:03:27 +01:00