globals-docs

WebJar for globals-docs

License

License

ISC
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

globals-docs
Last Version

Last Version

2.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

globals-docs
WebJar for globals-docs
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/documentationjs/globals-docs

Download globals-docs

How to add to project

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

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.

globals-docs

build status

Documentation URIs for JavaScript globals.

docs

Docs: an object of documentation as a plain-old-javascript object.

Has keys that correspond to environments:

  • builtin
  • nonstandard
  • browser
  • worker
  • node

getDoc

Get a URL for a global object.

Parameters

name type description
name string name of the global object
env Array<string> environments that will be reached. By default tries all environments

Examples

getDoc('Array'); // yields MDC documentation for Array

Returns the URL of the documentation resource, if found

org.webjars.npm
a documentation system so good, you'll actually write documentation

Versions

Version
2.4.1