is-module

WebJar for is-module

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/component/is-module

Скачать is-module

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

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

Зависимости

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

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

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

Is Module

Check whether a source string looks like an ES6 module. This doesn't actually execute the code, and doesn't check other module types. So source strings without any module loaders returns false.

This is just what I need from https://github.com/yahoo/js-module-formats, which actually executes the sauce string in a subcontext.

API

var isES6Module = require('is-module');

console.log(isES6Module('import * from "emitter";')) // => true
org.webjars.npm

Components

modular components for component

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

Версия
1.0.0