Files
2025-09-29 22:06:11 +09:00

2 lines
77 B
TypeScript

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