f.js 91 Bytes Raw Blame History Permalink 1 2 3 4 5 module.exports = function *() { for (var i = 0; i < 5; i++) { yield i; } }