|
|
пре 9 месеци | |
|---|---|---|
| .. | ||
| LICENSE | пре 9 месеци | |
| README.md | пре 9 месеци | |
| index.js | пре 9 месеци | |
| package.json | пре 9 месеци | |
Check if gulplog is available before attempting to use it.
const hasGulplog = require('has-gulplog');
hasGulplog(); // true if gulplog is available
hasGulplog()Checks if gulplog is available.
Returns true if gulplog is installed and available or false if it is not available.
MIT