|
|
7 月之前 | |
|---|---|---|
| .. | ||
| LICENSE | 7 月之前 | |
| README.md | 7 月之前 | |
| index.js | 7 月之前 | |
| package.json | 7 月之前 | |
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