i

is-callable

Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
https://github.com/inspect-js/is-callable#readme
MIT
Jordan Harband
ljharb
Files download
File Operation
is-callable-1.2.7.jar download
is-callable-1.2.7.pom download
is-callable-1.2.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>is-callable</artifactId>
  <version>1.2.7</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:is-callable:1.2.7'
Gradle Kotlin
implementation("org.mvnpm:is-callable:1.2.7")
Scala SBT
libraryDependencies += "org.mvnpm" % "is-callable" % "1.2.7"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='is-callable', version='1.2.7')
)
Apache Ivy
<dependency org="org.mvnpm" name="is-callable" rev="1.2.7" />
Leiningen
[org.mvnpm/is-callable "1.2.7"]
Apache Buildr
'org.mvnpm:is-callable:jar:1.2.7'
Dependencies
The project has no third-party dependencies