Detalhes do pacote

is-yarn-global

LitoMore22.2mMIT0.4.1

Check if installed by yarn globally without any fs calls

readme (leia-me)

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.

import isYarnGlobal from 'is-yarn-global';

console.log(isYarnGlobal());

License

MIT © LitoMore