🏦 generators.ts

This commit is contained in:
nirholas
2026-03-31 10:24:17 +00:00
parent 153937b4f1
commit 8bc5afabbf

View File

@@ -86,3 +86,4 @@ export async function* fromArray<T>(values: T[]): AsyncGenerator<T, void> {
yield value yield value
} }
} }