chrisdrakeford 9c87c1307d first commit | há 3 anos atrás | |
---|---|---|
.. | ||
.travis.yml | há 3 anos atrás | |
LICENSE | há 3 anos atrás | |
README.md | há 3 anos atrás | |
index.js | há 3 anos atrás | |
package.json | há 3 anos atrás |
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