| 38 | type ElementFactory = (props: ElementFactoryProps) => string; |
| 39 | |
| 40 | export interface StreamingMessageParserOptions { |
| 41 | callbacks?: ParserCallbacks; |
| 42 | artifactElement?: ElementFactory; |
| 43 | } |
| 44 | |
| 45 | interface MessageState { |
| 46 | position: number; |
nothing calls this directly
no outgoing calls
no test coverage detected