UNPKG
targetai-client-js-sdk
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
JavaScript SDK for TargetAI WebRTC voice agent communication
targetai-client-js-sdk
/
dist
/
index.d.ts
6 lines
(5 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
export
{
TargetAIWebClient
}
from
'./TargetAIWebClient'
;
export
*
from
'./types'
;
export
*
from
'./utils/audioUtils'
;
export
{
MessageProcessor
}
from
'./core/MessageProcessor'
;
export
{
AudioManager
}
from
'./core/AudioManager'
;