✨ 🔄 stream.ts
This commit is contained in:
@@ -74,3 +74,4 @@ export class Stream<T> implements AsyncIterator<T> {
|
|||||||
return Promise.resolve({ done: true, value: undefined })
|
return Promise.resolve({ done: true, value: undefined })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user