Type aliases
AnyConstructor
AnyConstructor: new (...args: any[]) => any
Type declaration
- new (...args: any[]): any
AnyFunction
AnyFunction: (...args: any[]) => any
ClassDescriptors
ClassDescriptors: {}
FunctionDescriptors
FunctionDescriptors: {}
FunctionReturnBehavior
FunctionReturnBehavior: "sync" | "async" | "void"
ObjectDescriptors
ObjectDescriptors: {}
The descriptors are used to describe what properties/functions to expose on an object and what are the function return behaviors.