UNPKG

@orga-ai/node

Version:

OrgaAI backend SDK for Node.js - simplifies API integration

4 lines 244 B
export { OrgaAI } from './client'; export type { OrgaAIConfig, SessionConfig, IceServer, OrgaAIErrorType } from './types'; export { OrgaAIError, OrgaAIAuthenticationError, OrgaAIServerError } from './errors'; //# sourceMappingURL=index.d.ts.map