mirror of
https://github.com/denoland/deno.git
synced 2025-02-23 13:43:31 -05:00
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
![]() |
import { chromium } from "npm:playwright";
|
||
|
await chromium.launch();
|
||
|
console.log("chromium launched");
|
||
|
Deno.exit(0);
|