|
|
4 년 전 | |
|---|---|---|
| .. | ||
| .travis.yml | 4 년 전 | |
| LICENSE | 4 년 전 | |
| README.md | 4 년 전 | |
| index.js | 4 년 전 | |
| package.json | 4 년 전 | |
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