Package: wnpp Severity: wishlist * Package name : node-is-generator Version : 1.0.1 Upstream Author : Blake Embrey <ad...@blakeembrey.me> * URL : https://notabug.org/themusicgod1/is-generator * License : MIT Programming Lang: javascript Description : Check whether a given value is a generator function
Relatively small (2 small functions) nodejs package to check whether a value is a generator function. ( Generator: A specific type of iterator object. Generator Function: A function* declaration, returns a generator object. ) depended on by node-co-mocha ( #910602 ) not to be confused with node-is-generator-function ( #902067 ).