UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

3 lines (2 loc) 156 B
import { PropertySpy } from "../spying"; export declare function SpyOnProperty<PropertyType>(target: any, propertyName: string): PropertySpy<PropertyType>;