globals-docs

2.4.1 • Public • Published

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

/globals-docs/

    Package Sidebar

    Install

    npm i globals-docs

    Weekly Downloads

    86,544

    Version

    2.4.1

    License

    ISC

    Unpacked Size

    47.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • tmcw