playwright/src/webkit/wkApi.ts

6 lines
191 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';
export { WKPlaywright as WebKit } from './wkPlaywright';