Locaft/auth/node_modules/is-yarn-global
Priyatham-sai-chand 1f1d823ec8 user auth register backend 2020-11-08 22:58:21 +05:30
..
.travis.yml user auth register backend 2020-11-08 22:58:21 +05:30
LICENSE user auth register backend 2020-11-08 22:58:21 +05:30
README.md user auth register backend 2020-11-08 22:58:21 +05:30
index.js user auth register backend 2020-11-08 22:58:21 +05:30
package.json user auth register backend 2020-11-08 22:58:21 +05:30

README.md

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.

const isYarnGlobal = require('is-yarn-global');

console.log(isYarnGlobal());

License

MIT © LitoMore