generator function — independent software & tools
-
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
-
is-generator-function
Determine if a function is a native generator function.