Skip to content

Commit 9af5332

Browse files
authored
Basic typings (#48)
1 parent 6a3ce9b commit 9af5332

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)