has-gulplog

Check if gulplog is available before attempting to use it

MIT 2 个版本
安装
npm install has-gulplog
yarn add has-gulplog
pnpm add has-gulplog
bun add has-gulplog
README

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

版本列表
1.0.0 2022-08-26
0.1.0 2015-09-10