Check if something is a generator function
npm install is-generator-fn> Check if something is a generator function
```
$ npm install is-generator-fn
`js
import isGeneratorFunction from 'is-generator-fn';
isGeneratorFunction(function * () {});
//=> true
isGeneratorFunction(function () {});
//=> false
``
- is - Type check values