/
usr
/
local
/
lib
/
node_modules
/
nodemon
/
node_modules
/
is-yarn-global
/
/usr/local/lib/node_modules/nodemon/node_modules/is-yarn-global
mkdir
upload
Name
Size
Mode
Actions
.travis.yml
43
0644
edit
dl
rm
index.js
309
0644
edit
dl
rm
LICENSE
1065
0644
edit
dl
rm
package.json
1474
0644
edit
dl
rm
README.md
769
0644
edit
dl
rm
Edit:
/usr/local/lib/node_modules/nodemon/node_modules/is-yarn-global/README.md
(769B)
# is-yarn-global [](https://travis-ci.org/LitoMore/is-yarn-global) [](https://www.npmjs.com/package/is-yarn-global) [](https://github.com/LitoMore/is-yarn-global/blob/master/LICENSE) [](https://github.com/sindresorhus/xo) Check if installed by yarn globally without any `fs` calls ## Install ```bash $ npm install is-yarn-global ``` ## Usage Just require it in your package. ```javascript const isYarnGlobal = require('is-yarn-global'); console.log(isYarnGlobal()); ``` ## License MIT © [LitoMore](https://github.com/LitoMore)
Save
cmd:
run