just.defProps(objectnon-null, properties)
Alternative to Object.defineProperties.
Parameters:
Name
Type
Description
object
object
properties
!object.<key, propertyDescriptor>
or
!object.<key, value>
Returns:
Name | Type | Description |
---|---|---|
object
|
object | |
properties
|
!object.<key, propertyDescriptor> or !object.<key, value> |
object