Nessuna descrizione
dienianindya 65435fcb07 update sore 1 anno fa
..
.travis.yml update sore 1 anno fa
LICENSE update sore 1 anno fa
README.md update sore 1 anno fa
index.js update sore 1 anno fa
package.json update sore 1 anno fa

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