@types/stack-trace
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -15,2 +15,3 @@ // Type definitions for node-stack-trace | ||
isNative(): boolean; | ||
isConstructor(): boolean; | ||
} | ||
@@ -17,0 +18,0 @@ |
{ | ||
"name": "@types/stack-trace", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "TypeScript definitions for node-stack-trace", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace", | ||
"license": "MIT", | ||
@@ -14,10 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/stack-trace" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "75527641e2c4301e6f5aa08a455ecbe5b704011d2fcf81d73245709a585c4720", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "b0bd3373660c01a7cc8d95b4d51197faaef3165fc357ce9e582e61da39f3bf10", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -8,6 +8,29 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace/index.d.ts) | ||
````ts | ||
// 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 | ||
Additional Details | ||
* Last updated: Tue, 12 Dec 2017 17:14:45 GMT | ||
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 | ||
@@ -17,2 +40,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Exceptionless <https://github.com/exceptionless>. | ||
These definitions were written by [Exceptionless](https://github.com/exceptionless). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3843
16
1
40