mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Added missing promise definition file.
This commit is contained in:
Vendored
+2
@@ -3,6 +3,8 @@
|
||||
// Definitions by: [Exceptionless] <https://github.com/exceptionless>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../es6-promise/es6-promise.d.ts"/>
|
||||
|
||||
declare module StackTrace {
|
||||
export interface StackTraceOptions {
|
||||
filter?: (stackFrame:StackFrame) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user