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