feature-detect-generators
v1.1.1
Published
Feature detect generators at installation time
Downloads
12
Readme
Feature detect: Generators
This library detects at installation time whether your current environment supports generators.
Usage
npm install --save feature-detect-generators
If generators are supported, nothing happens, but if they aren't the install script will print an error and exit with a non-zero value. This package exports nothing, and is useless as a runtime dependency.
License: MIT