formation 43ab1745c5 import 2 пре 5 година
..
.travis.yml 43ab1745c5 import 2 пре 5 година
LICENSE 43ab1745c5 import 2 пре 5 година
README.md 43ab1745c5 import 2 пре 5 година
index.js 43ab1745c5 import 2 пре 5 година
package.json 43ab1745c5 import 2 пре 5 година

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