Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Nikola Ignjatovic d724149647 Init commit 4 лет назад
..
.travis.yml Init commit 4 лет назад
LICENSE Init commit 4 лет назад
README.md Init commit 4 лет назад
index.js Init commit 4 лет назад
package.json Init commit 4 лет назад

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