yarn-installed
v1.0.0
Published
Check if Yarn is installed on the Users System
Downloads
8
Maintainers
Readme
yarn-installed
Check if Yarn
is installed on the users system.
Usage
const yarnInstalled = require('yarn-installed')
if (yarnInstalled()) {
// Yarn is installed
}
Author
- Marvin Mieth (@ntwcklng)