@caffedpkg/microcore / createClassDecorator
createClassDecorator<
T
,V
,R
>(params
): (...args
) =>R
Name: createClassDecorator<T, V, R> Description: Class (top level constructor) decorator factory
• T extends ConstructorFunction
= ConstructorFunction
• V = any
• R extends DecoratorReturnType
<V
> = void
| FunctionConstructor
CreateDecoratorParams
<T
, V
>
CreateDecoratorParams<T, V>
Function
Decorator<T, V, R>
...[T
, string
| symbol
, number
| PropertyDescriptor
| TypedPropertyDescriptor
<V
>]
R