Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 401 Bytes

isUnknownComponent.md

File metadata and controls

18 lines (12 loc) · 401 Bytes

Function: isUnknownComponent

Asserts if a component is an UnsupportedComponent.

Signatures

isUnknownComponent(component)

import { isUnknownComponent } from 'att-string-transcoder';

if (isUnknownComponent(component)) {
  // `component` is of type `UnsupportedComponent`.
}