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.
- Host: GitHub
- URL: https://github.com/zacanger/is-module-installed
- Owner: zacanger
- License: mit
- Created: 2018-12-15T18:19:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T20:09:41.000Z (11 months ago)
- Last Synced: 2025-02-17T13:03:46.107Z (3 months ago)
- Topics: installed, module
- Language: JavaScript
- Homepage: http://npm.im/is-module-installed
- Size: 863 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Security: .github/SECURITY.md
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)