Frontend/25_03_11/frontend_vizsgafeladat/backend/node_modules/is-yarn-global
2025-03-11 12:57:30 +01:00
..
.travis.yml added orai 2025-03-11 12:57:30 +01:00
index.js added orai 2025-03-11 12:57:30 +01:00
LICENSE added orai 2025-03-11 12:57:30 +01:00
package.json added orai 2025-03-11 12:57:30 +01:00
README.md added orai 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