UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

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