# has-gulplog [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url] Check if gulplog is available before attempting to use it. ## Usage ```js 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 [downloads-image]: https://img.shields.io/npm/dm/has-gulplog.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/has-gulplog [npm-image]: https://img.shields.io/npm/v/has-gulplog.svg?style=flat-square [ci-url]: https://github.com/gulpjs/has-gulplog/actions?query=workflow:dev [ci-image]: https://img.shields.io/github/workflow/status/gulpjs/has-gulplog/dev?style=flat-square [coveralls-url]: https://coveralls.io/r/gulpjs/has-gulplog [coveralls-image]: https://img.shields.io/coveralls/gulpjs/has-gulplog/master.svg?style=flat-square