mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-15 12:27:30 +00:00
9 lines
254 B
JavaScript
9 lines
254 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const polling_1 = require("./polling");
|
|
const websocket_1 = require("./websocket");
|
|
exports.default = {
|
|
polling: polling_1.Polling,
|
|
websocket: websocket_1.WebSocket,
|
|
};
|