✨ 🏦 generators.ts
This commit is contained in:
@@ -86,3 +86,4 @@ export async function* fromArray<T>(values: T[]): AsyncGenerator<T, void> {
|
||||
yield value
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user