APPLE 025c69e553 wesmiler 点什么广告 пре 3 година
..
index.js 025c69e553 wesmiler 点什么广告 пре 3 година
license 025c69e553 wesmiler 点什么广告 пре 3 година
package.json 025c69e553 wesmiler 点什么广告 пре 3 година
readme.md 025c69e553 wesmiler 点什么广告 пре 3 година

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