Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qix-/node-has-module

Checks for the existence of a module
https://github.com/qix-/node-has-module

Last synced: 26 days ago
JSON representation

Checks for the existence of a module

Awesome Lists containing this project

README

        

# node-has-module [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-has-module.svg?style=flat-square)](https://travis-ci.org/Qix-/node-has-module) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-has-module.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-has-module)
Checks for the existence of a module.

## Example

```javascript
var hasModule = require('has-module');

var gulpIsInstalled = hasModule('gulp');
```

## License
Licensed under the MIT license