i

is-glob

Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
https://github.com/micromatch/is-glob
MIT
Jon Schlinkert
phated jonschlinkert doowb
Files download
File Operation
is-glob-4.0.3.jar download
is-glob-4.0.3.pom download
is-glob-4.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>is-glob</artifactId>
  <version>4.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:is-glob:4.0.3'
Gradle Kotlin
implementation("org.mvnpm:is-glob:4.0.3")
Scala SBT
libraryDependencies += "org.mvnpm" % "is-glob" % "4.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='is-glob', version='4.0.3')
)
Apache Ivy
<dependency org="org.mvnpm" name="is-glob" rev="4.0.3" />
Leiningen
[org.mvnpm/is-glob "4.0.3"]
Apache Buildr
'org.mvnpm:is-glob:jar:4.0.3'
Dependencies