UNPKG

@addapptables/microservice

Version:
4 lines (3 loc) 71 B
export declare type Class<T = any> = { new (...args: any[]): T; };