UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

3 lines (2 loc) 169 B
import { RestorableFunctionSpy } from "../spying"; export declare function SpyOn<ObjectType>(target: ObjectType, functionName: keyof ObjectType): RestorableFunctionSpy;