- skip(condition): ClassDecorator & MethodDecorator
Returns ClassDecorator & MethodDecorator
- skip<TFunction>(target): void | TFunction
Type Parameters
- TFunction extends Function
- skip<T>(target, propertyKey, descriptor): void | TypedPropertyDescriptor<T>
Parameters
- target: Object
- propertyKey: string | symbol
- descriptor: TypedPropertyDescriptor<T>
Returns void | TypedPropertyDescriptor<T>