Spaces:
Sleeping
Sleeping
File size: 184 Bytes
cfbbc1a | 1 2 3 4 5 | export type Constructor<T> = new (...args: any[]) => T;
export declare const MergeWithValues: <T extends Constructor<{}>>(data: {
[param: string]: any;
}) => (Metatype: T) => any;
|