mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Correct return values
This commit is contained in:
Vendored
+2
-2
@@ -69,7 +69,7 @@ declare namespace StackTrace {
|
||||
*
|
||||
* @param stackframes - Array[StackFrame]
|
||||
* @param url - URL as String
|
||||
* @return Promise<any>
|
||||
* @return Promise<string>
|
||||
*/
|
||||
export function report(stackframes: StackFrame[], url: string): Promise<any>;
|
||||
export function report(stackframes: StackFrame[], url: string): Promise<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user