Tl
Unofficial
Minified helper to set a property on an object.
Signature:
function Tl(target: object, propertyName: string, propertyValue: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
target | object | The object to set the property on. |
propertyName | string | The name of the property. |
propertyValue | unknown | The value to set. |
Returns: unknown — The set property value.