This repository was archived by the owner on Feb 1, 2025. It is now read-only.
v0.2.8
Now supporting wrapGenerator.isGeneratorFunction via #55. In particular, for any generator function
function *gen() { ... }it is now the case that
gen.constructor.name === "GeneratorFunction"Thanks to @TooTallNate for advocating for this change.