bun-framework-react
Version:
React framework integration with RSC, for the Bun Rendering API
1 lines • 85 B
TypeScript
export function createFromReadableStream<T>(readable: ReadableStream<T>): Promise<T>;
React framework integration with RSC, for the Bun Rendering API