Address
isAddressable
Returns true if value
is an object which implements the Addressable interface.
Parameters
Parameter | Type | Description |
---|---|---|
value | any | The value to check. |
Returns
value is Addressable
True if the value is an Addressable.
Example
Source
Was this page helpful?