Skip to content

Commit 9e1a5d3

Browse files
kayahreriwen
authored andcommitted
Export module so it can be imported properly in TypeScript
1 parent baf8d29 commit 9e1a5d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

error-stack-parser.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ declare module ErrorStackParser {
6262
*/
6363
export function parse(error: Error): StackFrame[];
6464
}
65+
66+
export = ErrorStackParser;

0 commit comments

Comments
 (0)