6 lines
201 B
TypeScript
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';
|