blob: 8bb123b8dfb503b12b19c42c28a9169153cd01c5 [file] [log] [blame]
module.exports = function *() {
for (var i = 0; i < 5; i++) {
yield i;
}
}