Skip to content

Commit 313ffe1

Browse files
committed
Re-export StackFrame type for backwards compatibility
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent c4f2c75 commit 313ffe1

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)