has-gulplog

Check if gulplog is available before attempting to use it


Keywords
gulp-util, gulplog, logging
License
MIT
Install
npm install has-gulplog@0.1.0

Documentation

has-gulplog

NPM version Downloads Build Status Coveralls Status

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