UNPKG

type-plus

Version:
2 lines 134 B
export type AnyConstructor<Params extends any[] = any[]> = new (...args: Params) => void; //# sourceMappingURL=AnyConstructor.d.ts.map