UNPKG

doc_chat_ai

Version:

Backend SDK for ChatAI - Simple and efficient communication with ChatAI API

8 lines 474 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatAIError = exports.ChatAIClient = void 0; var client_1 = require("./client"); Object.defineProperty(exports, "ChatAIClient", { enumerable: true, get: function () { return client_1.ChatAIClient; } }); var types_1 = require("./types"); Object.defineProperty(exports, "ChatAIError", { enumerable: true, get: function () { return types_1.ChatAIError; } }); //# sourceMappingURL=index.js.map