console

WebJar for console

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

console
Last Version

Last Version

0.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

console
WebJar for console
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/matthewhudson/console

Download console

How to add to project

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

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.

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

Versions

Version
0.5.2