Christian Ziermann b8da0c7023 Initial commit 4 년 전
..
.travis.yml Initial commit 4 년 전
LICENSE Initial commit 4 년 전
README.md Initial commit 4 년 전
index.js Initial commit 4 년 전
package.json Initial 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