StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
769 B
28 lines
769 B
# is-yarn-global
|
|
|
|
[](https://travis-ci.org/LitoMore/is-yarn-global)
|
|
[](https://www.npmjs.com/package/is-yarn-global)
|
|
[](https://github.com/LitoMore/is-yarn-global/blob/master/LICENSE)
|
|
[](https://github.com/sindresorhus/xo)
|
|
|
|
Check if installed by yarn globally without any `fs` calls
|
|
|
|
## Install
|
|
|
|
```bash
|
|
$ npm install is-yarn-global
|
|
```
|
|
|
|
## Usage
|
|
|
|
Just require it in your package.
|
|
|
|
```javascript
|
|
const isYarnGlobal = require('is-yarn-global');
|
|
|
|
console.log(isYarnGlobal());
|
|
```
|
|
|
|
## License
|
|
|
|
MIT © [LitoMore](https://github.com/LitoMore)
|
|
|