Files
2026-02-27 22:46:14 +01:00

2 lines
77 B
TypeScript

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