Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

v0.2.8

Choose a tag to compare

@benjamn benjamn released this 02 Nov 20:02

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.