christian 4571a14169 android fix | пре 4 година | |
---|---|---|
.. | ||
.travis.yml | пре 4 година | |
LICENSE | пре 4 година | |
README.md | пре 4 година | |
index.js | пре 4 година | |
package.json | пре 4 година |
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