mirror of
https://github.com/flynx/types.js.git
synced 2025-12-19 09:51:40 +00:00
tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1951b12c6e
commit
efefaaffb9
@ -63,6 +63,7 @@ module.Generator =
|
||||
// generic generator wrapper...
|
||||
var iter =
|
||||
module.iter =
|
||||
Generator.iter =
|
||||
function*(lst=[]){
|
||||
for(var e of lst){
|
||||
yield e } }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user