Skip to content

Commit afc0a4c

Browse files
committed
Do not use default export for error-stack-parser 2.x
1 parent 2f051dc commit afc0a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error-stack-parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ declare namespace ErrorStackParser {
1616
export function parse(error: Error): StackFrame[];
1717
}
1818

19-
export default ErrorStackParser;
19+
export = ErrorStackParser;

0 commit comments

Comments
 (0)