🔄 stream.ts

This commit is contained in:
nirholas
2026-03-31 10:24:30 +00:00
parent 579a67fc36
commit ffc96cec00

View File

@@ -74,3 +74,4 @@ export class Stream<T> implements AsyncIterator<T> {
return Promise.resolve({ done: true, value: undefined })
}
}