UNPKG

retort-js

Version:

Intuitive, production-ready prompt chaining in Javascript

2 lines (1 loc) 111 B
export default function createStreamCloner<T>(generator: AsyncGenerator<T>): () => AsyncGenerator<Awaited<T>>;