@assistant-ui/react
Version:
React components for AI chat.
11 lines • 326 B
JavaScript
// src/runtimes/edge/streams/utils/index.ts
import { streamPartDecoderStream } from "./streamPartDecoderStream.mjs";
import { streamPartEncoderStream } from "./streamPartEncoderStream.mjs";
var streamUtils = {
streamPartEncoderStream,
streamPartDecoderStream
};
export {
streamUtils
};
//# sourceMappingURL=index.mjs.map