3 lines
84 B
TypeScript
3 lines
84 B
TypeScript
import { type Browser, chromium } from "playwright";
|
|
|
|
export { Browser, chromium };
|