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 baf8d29 commit 9e1a5d3Copy full SHA for 9e1a5d3
error-stack-parser.d.ts
@@ -62,3 +62,5 @@ declare module ErrorStackParser {
62
*/
63
export function parse(error: Error): StackFrame[];
64
}
65
+
66
+export = ErrorStackParser;
0 commit comments