generatorfunction
v0.0.1
Published
new GeneratorFunction ([arg1[, arg2[, ...argN]],] functionBody)
Readme
generatorfunction
In the same way that you'd do:
var f = new Function ([arg1[, arg2[, ...argN]],] functionBody)You can do that with Generator Functions:
var GeneratorFunction = require('generatorfunction')
var g = new GeneratorFunction ([arg1[, arg2[, ...argN]],] functionBody)Installation
npm install generatorfunctionLicense
MIT
