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.
2 parents 10e40b2 + 9af5332 commit 3453600Copy full SHA for 3453600
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