Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
christian 4571a14169 android fix преди 3 години
..
.travis.yml android fix преди 3 години
LICENSE android fix преди 3 години
README.md android fix преди 3 години
index.js android fix преди 3 години
package.json android fix преди 3 години

README.md

is-yarn-global

Check if installed by yarn globally without any fs calls

Install

$ npm install is-yarn-global

Usage

Just require it in your package.

const isYarnGlobal = require('is-yarn-global');

console.log(isYarnGlobal());

License

MIT © LitoMore