![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | 8 months ago | - | |
![]() | CHANGELOG.md | 8 months ago | 22K | |
![]() | LICENSE | 8 months ago | 1.1K | |
![]() | README.md | 8 months ago | 1.7K | |
![]() | index.js | 8 months ago | 964 | |
![]() | package.json | 8 months ago | 2.3K |
Is this a native generator function?
var isGeneratorFunction = require('is-generator-function');
assert(!isGeneratorFunction(function () {}));
assert(!isGeneratorFunction(null));
assert(isGeneratorFunction(function* () { yield 42; return Infinity; }));
Simply clone the repo, npm install
, and run npm test