lihai 8d6c751f49 feat: push лет назад: 2
..
index.js 8d6c751f49 feat: push лет назад: 2
license 8d6c751f49 feat: push лет назад: 2
package.json 8d6c751f49 feat: push лет назад: 2
readme.md 8d6c751f49 feat: push лет назад: 2

readme.md

is-generator-fn Build Status

Check if something is a generator function

Install

$ npm install --save is-generator-fn

Usage

const isGeneratorFn = require('is-generator-fn');

isGeneratorFn(function * () {});
//=> true

isGeneratorFn(function () {});
//=> false

License

MIT © Sindre Sorhus