- Preparing search index...
- The search index is not available
biorate
- Core<T>(Class?): {
prototype: __type<any>;
new (...any): __type<T>;
} & T
-
Type Parameters
-
T extends (new (...any) => any)
Parameters
-
Optional
Class: T
Optional
Returns {
prototype: __type<any>;
new (...any): __type<T>;
} & T
Example