We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f2c75 commit 313ffe1Copy full SHA for 313ffe1
error-stack-parser.d.ts
@@ -6,6 +6,7 @@
6
import StackFrame = require("stackframe");
7
8
declare module ErrorStackParser {
9
+ export type {StackFrame};
10
/**
11
* Given an Error object, extract the most information from it.
12
*
0 commit comments