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