UNPKG

@benev/slate

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