2 lines
77 B
TypeScript
Raw Normal View History

2022-09-30 05:39:11 +00:00
export declare function deepAssign<T>(target: T, ...objects: Array<any>): T;