We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8d635 commit 351d470Copy full SHA for 351d470
stackframe.d.ts
@@ -1,12 +1,8 @@
1
-// Type definitions for StackFrame v1.2.0
+// Type definitions for StackFrame v1.3.0
2
// Project: https://github.com/stacktracejs/stackframe
3
// Definitions by: Eric Wendelin <https://www.eriwen.com>
4
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6
-export as namespace StackFrame; // global for non-module UMD users
7
-
8
-export = StackFrame;
9
10
declare namespace StackFrame {
11
export interface StackFrameOptions {
12
isConstructor?: boolean;
@@ -72,3 +68,5 @@ declare class StackFrame {
72
68
73
69
toString(): string;
74
70
}
71
+
+export default StackFrame;
0 commit comments