canBind<T extends new (...args: any[]) => any | new (...args: any[]) => any>( constructor: T, _context?: ClassDecoratorContext<T>,): void Type Parameters
- T extends new (...args: any[]) => any | new (...args: any[]) => any
Parameters
- constructor: T
Optional
_context: ClassDecoratorContext<T>
Returns void