UNPKG

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