UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

14 lines (10 loc) 164 B
function *foo () { yield 5 } (function *() { console.log(foo().next().value) })().next(); (function *() { })(); (function * () { yield yield 3 })();