UNPKG

@uk/tool

Version:
9 lines (8 loc) 168 B
export declare namespace Constructor { type AnyArgs<T> = { new (...args: any[]): T; }; type NoArgs<T> = { new (...args: any[]): T; }; }