- Evented(): (<T>(constructor) => {
prototype: __type<any>;
new (...args): __type<T>;
} & T)
-
Returns (<T>(constructor) => {
prototype: __type<any>;
new (...args): __type<T>;
} & T)
-
- <T>(constructor): {
prototype: __type<any>;
new (...args): __type<T>;
} & T
-
Type Parameters
-
T extends (new (...args) => object)
Returns {
prototype: __type<any>;
new (...args): __type<T>;
} & T