UNPKG

type-plus

Version:
2 lines (1 loc) 89 B
export type AnyConstructor<Params extends any[] = any[]> = new (...args: Params) => void