| 6 | } |
| 7 | |
| 8 | export interface CompositionText extends Text { |
| 9 | composition: Composition |
| 10 | } |
| 11 | |
| 12 | export const CompositionText = { |
| 13 | isCompositionText: (value: any): value is CompositionText => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…