1.1.1 • Published 9 years ago

feature-detect-generators v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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