UNPKG

@addapptables/microservice

Version:
2 lines (1 loc) 57 B
export type Class<T = any> = { new(...args: any[]): T; }