Questionnaire-of-the-Facebo.../node_modules/is-yarn-global
2021-03-10 20:43:28 -05:00
..
.travis.yml Updated the Survey. 2021-03-10 20:43:28 -05:00
index.js Updated the Survey. 2021-03-10 20:43:28 -05:00
LICENSE Updated the Survey. 2021-03-10 20:43:28 -05:00
package.json Updated the Survey. 2021-03-10 20:43:28 -05:00
README.md Updated the Survey. 2021-03-10 20:43:28 -05:00

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