2022-09-30 05:39:11 +00:00

2 lines
77 B
TypeScript

export declare function deepAssign<T>(target: T, ...objects: Array<any>): T;