Utility functions for working with class hierarchies and reflection

interface ClassInfo {
    name: string;
    reference: any;
}

Properties

Properties

name: string

The name of the class

reference: any

Reference to the class constructor