UNPKG
@coherenceplatform/sdk
Version:
latest (0.0.2)
0.0.2
0.0.1
Coherence SDK for embedding AI-powered chat into your applications
withcoherence.com
@coherenceplatform/sdk
/
dist
/
services
/
stream
/
event-parser.d.ts
9 lines
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
class
StreamEventParser
{
decoder
:
TextDecoder
;
buffer
:
string
;
parseChunk
(
value
:
any
):
any
[];
parseRemaining
():
any
[];
parseLine
(
line
:
any
):
any
;
reset
():
void
; }
//# sourceMappingURL=event-parser.d.ts.map