UNPKG
@abstraxn/chat-ai
Version:
latest (0.0.1)
0.0.1
Abstraxn ChatAI package for Simple and efficient communication with ChatAI API
@abstraxn/chat-ai
/
dist
/
index.d.ts
4 lines
•
212 B
TypeScript
View Raw
1
2
3
4
export
{
ChatAIClient
}
from
"./client"
;
export
type
{
ChatAIConfig
,
ChatOptions
,
ChatRequest
,
ChatResponse
,
ChatChunk
, }
from
"./types"
;
export
{
ChatAIError
}
from
"./types"
;
//# sourceMappingURL=index.d.ts.map