UNPKG

anobis

Version:
10 lines (8 loc) 128 B
(async function(){ function* foo () { yield 1; yield 2; return 3; } let bar = foo(); })();