playwright/src/firefox/ffApi.ts
2019-12-19 20:14:19 -08:00

9 lines
283 B
TypeScript

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export { FFInterception } from './features/ffInterception';
export { FFPermissions } from './features/ffPermissions';
export { FFBrowser } from './ffBrowser';
export { FFPlaywright } from './ffPlaywright';