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

https://github.com/zacanger/is-module-installed

Check if a module is installed in your project.
https://github.com/zacanger/is-module-installed

installed module

Last synced: 3 months ago
JSON representation

Check if a module is installed in your project.

Awesome Lists containing this project

README

        

# is-module-installed

Check if a module is installed in your project.

[Donate](https://ko-fi.com/zacanger)

--------

## Installation

`npm i is-module-installed`

## Usage

```javascript
const isInstalled = require('is-module-installed')

isInstalled('is-module-installed') // => true
isInstalled('some-weird-thing') // => false
```

[LICENSE](./LICENSE.md)