We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bbfaa6 + 313ffe1 commit 1f7562cCopy full SHA for 1f7562c
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