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.
1 parent f1f1088 commit 9e972a1Copy full SHA for 9e972a1
index.d.ts
@@ -22,7 +22,7 @@ interface Server {
22
/** URL of dev server. */
23
url: string
24
/** Close spectron and stop dev server (must be called to prevent continued async operations). */
25
- stopServe: function(): Promise
+ stopServe: () => Promise<Application>
26
/** Log of dev server. */
27
stdout: string
28
}
0 commit comments