playwright/src/webkit/wkApi.ts

6 lines
164 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 { WKBrowser } from './wkBrowser';
export { WKPlaywright } from './wkPlaywright';