lyxaira.glass 74ca844f42 Actualizacion cambios generados: seccion #12, #14 y #15. | před 4 roky | |
---|---|---|
.. | ||
.travis.yml | před 4 roky | |
LICENSE | před 4 roky | |
README.md | před 4 roky | |
index.js | před 4 roky | |
package.json | před 4 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