mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Fix typo
This commit is contained in:
Vendored
+1
-1
@@ -67,7 +67,7 @@ declare namespace StackTrace {
|
||||
* @param {Object} thisArg optional context object (e.g. window)
|
||||
* @return {Function} instrumented function
|
||||
*/
|
||||
export function instrument<TFunc extends Function>(fn: TFunc, callback: (stackFrames:StackFrame[]) => void, errback?: (error: Error) => void, thisArg?: any): TFunc;
|
||||
export function instrument<TFunc extends Function>(fn: TFunc, callback: (stackFrames: StackFrame[]) => void, errback?: (error: Error) => void, thisArg?: any): TFunc;
|
||||
|
||||
/**
|
||||
* Given a function that has been instrumented,
|
||||
|
||||
Reference in New Issue
Block a user