is-class-hotfix

WebJar for is-class-hotfix

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

is-class-hotfix
Последняя версия

Последняя версия

0.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

is-class-hotfix
WebJar for is-class-hotfix
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать is-class-hotfix

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.0.6