Asserts if a component is an UnsupportedComponent.
componentComponent- Returns:
<boolean>
import { isUnknownComponent } from 'att-string-transcoder';
if (isUnknownComponent(component)) {
// `component` is of type `UnsupportedComponent`.
}Asserts if a component is an UnsupportedComponent.
component Component<boolean>import { isUnknownComponent } from 'att-string-transcoder';
if (isUnknownComponent(component)) {
// `component` is of type `UnsupportedComponent`.
}