( tIcuContainerNode: TIcuContainerNode, lView: LView, )
| 26 | * Iterator which provides ability to visit all of the `TIcuContainerNode` root `RNode`s. |
| 27 | */ |
| 28 | export function icuContainerIterate( |
| 29 | tIcuContainerNode: TIcuContainerNode, |
| 30 | lView: LView, |
| 31 | ): () => RNode | null { |
| 32 | return _icuContainerIterate(tIcuContainerNode, lView); |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Ensures that `IcuContainerVisitor`'s implementation is present. |
no outgoing calls
no test coverage detected
searching dependent graphs…