UNPKG

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