2025-06-30 09:38:03 +08:00

2 lines
77 B
TypeScript

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