Package Exports
- has-generator
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (has-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
has-generator 
Check if generator functions are supported
Install
$ npm install --save has-generatorUsage
const hasGenerator = require('has-generator');
const app = require(hasGenerator ? './with-generator' : './fallback');License
MIT © Sindre Sorhus