playwright/src/webkit/wkApi.ts
2019-12-20 20:28:35 -08:00

6 lines
201 B
TypeScript

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export { WKBrowser as WebKitBrowser } from './wkBrowser';
export { WKPlaywright as WebKitPlaywright } from './wkPlaywright';