Skip to content

Commit a07aca9

Browse files
committed
Added missing promise definition file.
1 parent 6b54b0b commit a07aca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stacktrace/stacktrace.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Definitions by: [Exceptionless] <https://github.com/exceptionless>
44
// Definitions: https://github.com/borisyankov/DefinitelyTyped
55

6+
/// <reference path="../es6-promise/es6-promise.d.ts"/>
7+
68
declare module StackTrace {
79
export interface StackTraceOptions {
810
filter?: (stackFrame:StackFrame) => boolean;

0 commit comments

Comments
 (0)