St
Unofficial
Minified helper to merge source properties into target object.
Signature:
function St(target: object, source: object | undefined): objectParameters:
| Parameter | Type | Description |
|---|---|---|
target | object | The target object to merge properties into. |
source | object | undefined | The source object to merge properties from. |
Returns: object — The target object with merged properties.