htc 7ca38fdcbb 善行少年PC端首次提交(基础版) hace 7 meses
..
LICENSE 7ca38fdcbb 善行少年PC端首次提交(基础版) hace 7 meses
README.md 7ca38fdcbb 善行少年PC端首次提交(基础版) hace 7 meses
index.js 7ca38fdcbb 善行少年PC端首次提交(基础版) hace 7 meses
package.json 7ca38fdcbb 善行少年PC端首次提交(基础版) hace 7 meses

README.md

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