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