is-class-hotfix

WebJar for is-class-hotfix

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-class-hotfix
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

is-class-hotfix
WebJar for is-class-hotfix
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/miguelmota/is-class

Download is-class-hotfix

How to add to project

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

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-class

Check if function is an ES6 class.

License NPM version PRs Welcome

Install

npm install is-class

Usage

const isClass = require('is-class')

class F {}
function G() {}

console.log(isClass(F)) // true
console.log(isClass(G)) // false

Test

npm test

License

MIT

Versions

Version
0.0.6