|
|
il y a 5 ans | |
|---|---|---|
| .. | ||
| .travis.yml | il y a 5 ans | |
| LICENSE | il y a 5 ans | |
| README.md | il y a 5 ans | |
| index.js | il y a 5 ans | |
| package.json | il y a 5 ans | |
Check if installed by yarn globally without any fs calls
$ npm install is-yarn-global
Just require it in your package.
const isYarnGlobal = require('is-yarn-global');
console.log(isYarnGlobal());
MIT © LitoMore