Skip to content

Commit 1f7562c

Browse files
authored
Merge pull request #72 from andersk/re-export-StackFrame
Re-export StackFrame type for backwards compatibility
2 parents 7bbfaa6 + 313ffe1 commit 1f7562c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

error-stack-parser.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import StackFrame = require("stackframe");
77

88
declare module ErrorStackParser {
9+
export type {StackFrame};
910
/**
1011
* Given an Error object, extract the most information from it.
1112
*

0 commit comments

Comments
 (0)