playwright/src/webkit/wkApi.ts

6 lines
201 B
TypeScript
Raw Normal View History

2019-11-21 00:16:57 +01:00
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export { WKBrowser as WebKitBrowser } from './wkBrowser';
2019-12-21 05:28:35 +01:00
export { WKPlaywright as WebKitPlaywright } from './wkPlaywright';