blowfish/node_modules/detective/test/files/generators.js

5 lines
64 B
JavaScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
var a = require('a');
function *gen() {
yield require('b');
}