li
Unofficial
Minified helper to copy properties from source to target object.
Signature:
function li(target: object, source: object): objectParameters:
| Parameter | Type | Description |
|---|---|---|
target | object | The target object to copy properties to. |
source | object | The source object to copy properties from. |
Returns: object — The target object with copied properties.