i

is-regex

Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
https://github.com/inspect-js/is-regex
MIT
Jordan Harband
ljharb
Files download
File Operation
is-regex-1.1.4.jar download
is-regex-1.1.4.pom download
is-regex-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>is-regex</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:is-regex:1.1.4'
Gradle Kotlin
implementation("org.mvnpm:is-regex:1.1.4")
Scala SBT
libraryDependencies += "org.mvnpm" % "is-regex" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='is-regex', version='1.1.4')
)
Apache Ivy
<dependency org="org.mvnpm" name="is-regex" rev="1.1.4" />
Leiningen
[org.mvnpm/is-regex "1.1.4"]
Apache Buildr
'org.mvnpm:is-regex:jar:1.1.4'