UNPKG

eureka-plugins

Version:

Eureka Bridge for adding Plugins

4 lines (3 loc) 80 B
export interface ExtendsOf<T> extends Function { new (...args: any[]): T; }