is-yarn-global

WebJar for is-yarn-global

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-yarn-global
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

is-yarn-global
WebJar for is-yarn-global
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/LitoMore/is-yarn-global

Download is-yarn-global

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-yarn-global/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>is-yarn-global</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-yarn-global/
implementation 'org.webjars.npm:is-yarn-global:0.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/is-yarn-global/
implementation ("org.webjars.npm:is-yarn-global:0.3.0")
'org.webjars.npm:is-yarn-global:jar:0.3.0'
<dependency org="org.webjars.npm" name="is-yarn-global" rev="0.3.0">
  <artifact name="is-yarn-global" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-yarn-global', version='0.3.0')
)
libraryDependencies += "org.webjars.npm" % "is-yarn-global" % "0.3.0"
[org.webjars.npm/is-yarn-global "0.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.3.0