UNPKG

156 BTypeScriptView Raw
1import { PropertySpy } from "../spying";
2export declare function SpyOnProperty<PropertyType>(target: any, propertyName: string): PropertySpy<PropertyType>;