UNPKG

@hashbrownai/core

Version:

Runtime helpers for Hashbrown AI

8 lines 326 B
import { Frame } from '../frames'; /** * Converts an async generator of frames into the length-prefixed format used by Hashbrown. * * @internal */ export declare function framesToLengthPrefixedStream(frames: AsyncGenerator<Frame>): ReadableStream<Uint8Array>; //# sourceMappingURL=frames-to-length-prefixed-stream.d.ts.map