Class AutoObject<T>Abstract
Methods
Static extends
- extends<C, T>(Class): {
prototype: __type<any, any, any>;
new (...args): __type<T, C, T>;
} & C Type Parameters
- C extends (new (...args) => any)
- T = Record<string, any>
Returns {
prototype: __type<any, any, any>;
new (...args): __type<T, C, T>;
} & C
Description
Auto initialized object
Example