UNPKG

@amcharts/amcharts4

Version:
9 lines (8 loc) 147 B
/** * An interface for an object with constructor. * * @ignore Exclude from docs */ export interface Constructor<A> { new (): A; }