blob: c8f0c44a8645da4c2d09a402e7b3ee4474b770b1 [file] [log] [blame]
export declare type Constructor<T> = new (...args: any[]) => T;