UNPKG

169 BTypeScriptView Raw
1import { RestorableFunctionSpy } from "../spying";
2export declare function SpyOn<ObjectType>(target: ObjectType, functionName: keyof ObjectType): RestorableFunctionSpy;