is-generator
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -28,4 +28,3 @@ /** | ||
fn.constructor && | ||
fn.constructor.name === 'GeneratorFunction' && | ||
isGenerator(fn.prototype) | ||
fn.constructor.name === 'GeneratorFunction' | ||
} |
{ | ||
"name": "is-generator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Check whether a value is a generator or generator function", | ||
@@ -5,0 +5,0 @@ "main": "is-generator.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5477
58