UNPKG

appolo

Version:
8 lines (5 loc) 108 B
export interface IController{ } export interface IControllerCtr { new (...args: any[]): IController }