We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f051dc commit afc0a4cCopy full SHA for afc0a4c
error-stack-parser.d.ts
@@ -16,4 +16,4 @@ declare namespace ErrorStackParser {
16
export function parse(error: Error): StackFrame[];
17
}
18
19
-export default ErrorStackParser;
+export = ErrorStackParser;
0 commit comments