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 6b54b0b commit a07aca9Copy full SHA for a07aca9
stacktrace/stacktrace.d.ts
@@ -3,6 +3,8 @@
3
// Definitions by: [Exceptionless] <https://github.com/exceptionless>
4
// Definitions: https://github.com/borisyankov/DefinitelyTyped
5
6
+/// <reference path="../es6-promise/es6-promise.d.ts"/>
7
+
8
declare module StackTrace {
9
export interface StackTraceOptions {
10
filter?: (stackFrame:StackFrame) => boolean;
0 commit comments