has-gulplog
v1.0.0
Published
Check if gulplog is available before attempting to use it
Downloads
4,032,765
Readme
has-gulplog
Check if gulplog is available before attempting to use it.
Usage
const hasGulplog = require('has-gulplog');
hasGulplog(); // true if gulplog is available
API
hasGulplog()
Checks if gulplog is available.
Returns true
if gulplog is installed and available or false
if it is not available.
License
MIT