has-gulplog

Check if gulplog is available before attempting to use it

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
has-gulplog
801.0.0a year ago8 years agoMinified + gzip package size for has-gulplog in KB

Readme

<img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png">

has-gulplog
!NPM versionnpm-imagenpm-url !Downloadsdownloads-imagenpm-url !Build Statusci-imageci-url !Coveralls Statuscoveralls-imagecoveralls-url
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