estree-is-function

WebJar for estree-is-function

Лицензия

Лицензия

Группа

Группа

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

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

estree-is-function
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

estree-is-function
WebJar for estree-is-function
Ссылка на сайт

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

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

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

https://github.com/goto-bus-stop/estree-is-function

Скачать estree-is-function

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

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

Зависимости

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

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

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

estree-is-function

check if an AST node is a function of some sort.

npm travis standard

Install

npm install estree-is-function

Usage

var isFunction = require('estree-is-function')
isFunction(parse('function a () {}')) // true
isFunction(parse('(function () {})')) // true
isFunction(parse('(() => {})')) // true
isFunction(parse('var x')) // false

License

Apache-2.0

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

Версия
1.0.0