console

WebJar for console

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

0.5.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

console
WebJar for console
Ссылка на сайт

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

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

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

https://github.com/matthewhudson/console

Скачать console

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

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

Зависимости

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

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

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

console

Greenkeeper badge NPM downloads NPM version

Drop-in replacement for console - a cross-environment fix for missing methods.

Installation

npm install console --save

And then import it:

// using es modules
import console from 'console'

// common.js
const console = require('console').default

// AMD
// I've forgotten but it should work.

Or use script tags and globals.

<script src="https://unpkg.com/console/umd/console.min.js"></script>

And then grab it off the global like so:

const console = console.default

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

Версия
0.5.2