UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

2 lines (1 loc) 174 B
export declare function Ignore<T>(reason: string): (target: T | (new (...args: any[]) => T), propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<T>) => void;