UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

6 lines (5 loc) 91 B
module.exports = function *() { for (var i = 0; i < 5; i++) { yield i; } }