GrauKatze 05f70669c9 Сконфигурирована и подготовлена база для проекта | 2 år sedan | |
---|---|---|
.. | ||
.travis.yml | 2 år sedan | |
LICENSE | 2 år sedan | |
README.md | 2 år sedan | |
index.js | 2 år sedan | |
package.json | 2 år sedan |
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