We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc829b commit 3992d9aCopy full SHA for 3992d9a
index.d.ts
@@ -1,3 +1 @@
1
-export default {
2
- open(path: string, title?: string): Promise<void>;
3
-}
+export function open(path: string, title?: string): Promise<void>;
0 commit comments