Spaces:
Sleeping
Sleeping
| /** | |
| * Similar to `Object.assign` but copying properties descriptors from `source` | |
| * as well. | |
| */ | |
| export declare function assignToObject<T, U extends object>(target: T, source: U): T & U; | |
| /** | |
| * Similar to `Object.assign` but copying properties descriptors from `source` | |
| * as well. | |
| */ | |
| export declare function assignToObject<T, U extends object>(target: T, source: U): T & U; | |