Files
2025-10-11 10:47:07 +08:00

2 lines
77 B
TypeScript

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