Function: isProperty()
isProperty(
value
):value is PropertyAnnotation
Type predicate, asserts that the value is an instance of PropertyAnnotation. Internal use only.
Parameters
• value: Annotation
the value.
Returns
value is PropertyAnnotation
true if the value is an instance of PropertyAnnotation, false otherwise.