UNPKG

@exmg/lit-base

Version:
2 lines (1 loc) 56 B
export type Constructor<T> = new (...args: any[]) => T;