#910949 RFP: node-is-generator -- Check whether a given value is a generator function

Package:
wnpp
Source:
wnpp
Submitter:
Jeff Cliff
Date:
2025-11-29 16:42:04 UTC
Severity:
wishlist
Blocked By:
Bug Title
862294

  0

RFP: node-standard.js -- JavaScript style guide, with linter & automatic code fixer

wishlist stable testing unstable over 6 years ago

#910949#5
Date:
2018-10-13 18:13:43 UTC
From:
To:
* Package name    : node-is-generator
  Version         : 1.0.1
  Upstream Author : Blake Embrey <admin@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 ).