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