UNPKG

249 BTypeScriptView Raw
1import { FunctionSpy } from "./function-spy";
2import { ISpiedFunction, TypedFunction } from "./spied-function.i";
3export declare function exposeSpyFunctions<T extends TypedFunction>(spiedFunction: ISpiedFunction<T>, functionSpy: FunctionSpy): void;