get-stack-trace
Advanced tools
Comparing version 3.0.2 to 3.0.3
export { getStackTrace } from './getStackTrace'; | ||
export { serializeStackTrace } from './serializeStackTrace'; | ||
export { CallSite, StackTrace } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -37,3 +37,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "3.0.2" | ||
"version": "3.0.3" | ||
} |
@@ -14,5 +14,8 @@ # get-stack-trace | ||
getStackTrace, | ||
serializeStackTrace, | ||
} from 'get-stack-trace'; | ||
const stackTrace = getStackTrace(); | ||
serializeStackTrace('Error', 'Hello, World!', stackTrace); | ||
``` |
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
11759
95
21