Initial commit
This commit is contained in:
5
themes/keepit/node_modules/browserify/test/yield/f.js
generated
vendored
Normal file
5
themes/keepit/node_modules/browserify/test/yield/f.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = function *() {
|
||||
for (var i = 0; i < 5; i++) {
|
||||
yield i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user