chrisdrakeford 9c87c1307d first commit | před 3 roky | |
---|---|---|
.. | ||
.travis.yml | před 3 roky | |
LICENSE | před 3 roky | |
README.md | před 3 roky | |
index.js | před 3 roky | |
package.json | před 3 roky |
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