Skip to content

Commit 3453600

Browse files
author
dtolstyi
committed
Merge branch 'master' of github.com:dtolstyi/node-chromium
2 parents 10e40b2 + 9af5332 commit 3453600

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)