x-is-function

WebJar for x-is-function

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

x-is-function
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

x-is-function
WebJar for x-is-function
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/serapath/x-is-function

Download x-is-function

How to add to project

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

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.

x-is-function

x is a function

usage

npm install x-is-function

var isFunction = require('x-is-function')

isFunction(function () {})
// -> true

isFunction("hello")
// -> false

isFunction("")
// -> false

isFunction(9)
// -> false

isFunction(true)
// -> false

isFunction(new Date())
// -> false

isFunction({})
// -> false

isFunction(null)
// -> false

isFunction(undefined)
// -> false

related

a list of other x-is-... modules can be found at

Versions

Version
1.0.4