@caffedpkg/microcore / createClassMemberDecorator
createClassMemberDecorator<
T
,V
,R
>(params
):any
Name: createClassMemberDecorator<T, V, R> Description: Class Member (inner level) decorator factory
• T extends ConstructorFunction
= ConstructorFunction
• V = any
• R extends DecoratorReturnType
<() => void
> = void
| PropertyDescriptor
| TypedPropertyDescriptor
<() => void
>
CreateDecoratorParams
<T
, V
>
CreateDecoratorParams<T, V>
any
Decorator<T, V, R>