Skip to content

Commit 3992d9a

Browse files
committed
Fixed ts declaration
1 parent edc829b commit 3992d9a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.d.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
export default {
2-
open(path: string, title?: string): Promise<void>;
3-
}
1+
export function open(path: string, title?: string): Promise<void>;

0 commit comments

Comments
 (0)