Check if installed by yarn globally without any `fs` calls
npm install is-yarn-global


Check if installed by yarn globally without any fs calls
``bash`
$ npm install is-yarn-global
Just require it in your package.
`javascript
import isYarnGlobal from 'is-yarn-global';
console.log(isYarnGlobal());
``
MIT © LitoMore