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 4d1315c commit f4ce0bbCopy full SHA for f4ce0bb
index.d.ts
@@ -20,8 +20,8 @@ declare module 'browserstack-local' {
20
}
21
22
class Local {
23
- start(options: Partial<Options>, callback: () => void): void
+ start(options: Partial<Options>, callback: (error: Error | undefined) => void): void
24
isRunning(): boolean
25
stop(callback: () => void): void
26
27
-}
+}
0 commit comments