Installation
npm install --save @types/stack-trace
Summary
This package contains type definitions for node-stack-trace (https://github.com/felixge/node-stack-trace).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace.
// Type definitions for node-stack-trace
// Project: https://github.com/felixge/node-stack-trace
// Definitions by: Exceptionless <https://github.com/exceptionless>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface StackFrame {
getTypeName(): string;
getFunctionName(): string;
getMethodName(): string;
getFileName(): string;
getLineNumber(): number;
getColumnNumber(): number;
isNative(): boolean;
isConstructor(): boolean;
}
export declare function get(belowFn?: () => void): StackFrame[];
export declare function parse(err: Error): StackFrame[];
Additional Details
- Last updated: Mon, 18 Apr 2022 23:33:55 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Exceptionless.
Current Tags
-
0.0.30
...
latest
(3 years ago)
-
0.0.29
...
ts2.0
(7 years ago)
-
0.0.29
...
ts2.1
(7 years ago)
-
0.0.29
...
ts2.2
(7 years ago)
-
0.0.29
...
ts2.3
(7 years ago)
-
0.0.29
...
ts2.4
(7 years ago)
-
0.0.29
...
ts2.5
(7 years ago)
-
0.0.29
...
ts2.6
(7 years ago)
-
0.0.29
...
ts2.7
(7 years ago)
-
0.0.29
...
ts2.8
(7 years ago)
-
0.0.29
...
ts2.9
(7 years ago)
-
0.0.29
...
ts3.0
(7 years ago)
-
0.0.29
...
ts3.1
(7 years ago)
-
0.0.29
...
ts3.2
(7 years ago)
-
0.0.29
...
ts3.3
(7 years ago)
-
0.0.29
...
ts3.4
(7 years ago)
-
0.0.29
...
ts3.5
(7 years ago)
-
0.0.29
...
ts3.6
(7 years ago)
-
0.0.29
...
ts3.7
(7 years ago)
-
0.0.29
...
ts3.8
(7 years ago)
-
0.0.30
...
ts3.9
(3 years ago)
-
0.0.30
...
ts4.0
(3 years ago)
-
0.0.30
...
ts4.1
(3 years ago)
-
0.0.30
...
ts4.2
(3 years ago)
-
0.0.30
...
ts4.3
(3 years ago)
-
0.0.30
...
ts4.4
(3 years ago)
-
0.0.30
...
ts4.5
(3 years ago)
-
0.0.30
...
ts4.6
(3 years ago)
-
0.0.30
...
ts4.7
(3 years ago)
-
0.0.30
...
ts4.8
(3 years ago)
-
0.0.30
...
ts4.9
(3 years ago)
-
0.0.30
...
ts5.0
(3 years ago)
-
0.0.30
...
ts5.1
(3 years ago)
13 Versions