christian 4571a14169 android fix | vor 4 Jahren | |
---|---|---|
.. | ||
.travis.yml | vor 4 Jahren | |
LICENSE | vor 4 Jahren | |
README.md | vor 4 Jahren | |
index.js | vor 4 Jahren | |
package.json | vor 4 Jahren |
Check if installed by yarn globally without any fs
calls
$ npm install is-yarn-global
Just require it in your package.
const isYarnGlobal = require('is-yarn-global');
console.log(isYarnGlobal());
MIT © LitoMore