Files
Frontend/25_03_11/frontend_vizsgafeladat/backend/node_modules/is-yarn-global
szabomarton fe52ae8683 added orai
2025-03-11 12:57:30 +01:00
..
2025-03-11 12:57:30 +01:00
2025-03-11 12:57:30 +01:00
2025-03-11 12:57:30 +01:00
2025-03-11 12:57:30 +01:00
2025-03-11 12:57:30 +01:00

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