We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3ce9b commit 9af5332Copy full SHA for 9af5332
index.d.ts
@@ -0,0 +1,7 @@
1
+
2
+declare const chromium: {
3
+ readonly path: string;
4
+ install(): Promise<void>;
5
+};
6
7
+export = chromium;
0 commit comments