sensordb2 e64a8defe5 3.17 | hai 1 ano | |
---|---|---|
.. | ||
test | hai 1 ano | |
.eslintignore | hai 1 ano | |
.eslintrc | hai 1 ano | |
.nvmrc | hai 1 ano | |
.nycrc | hai 1 ano | |
CHANGELOG.md | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
index.js | hai 1 ano | |
package.json | hai 1 ano |
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