Skip to content

Check if gulplog is available before attempting to use it

License

Notifications You must be signed in to change notification settings

gulpjs/has-gulplog

Repository files navigation

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