mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
pass npm run all in new definition-tester
This commit is contained in:
4
stacktrace-js/stacktrace-js.d.ts
vendored
4
stacktrace-js/stacktrace-js.d.ts
vendored
@@ -3,8 +3,6 @@
|
||||
// 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;
|
||||
@@ -63,7 +61,7 @@ declare module StackTrace {
|
||||
* @param fn {Function}
|
||||
*/
|
||||
export function deinstrument(fn:() => void): void;
|
||||
|
||||
|
||||
/**
|
||||
* Given an Array of StackFrames, serialize and POST to given URL.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user