|
|
5 gün önce | |
|---|---|---|
| .. | ||
| scripts | 5 gün önce | |
| .travis.yml | 5 gün önce | |
| CHANGELOG.md | 5 gün önce | |
| LICENSE | 5 gün önce | |
| README.md | 5 gün önce | |
| globals-docs.json | 5 gün önce | |
| index.js | 5 gün önce | |
| package.json | 5 gün önce | |
Documentation URIs for JavaScript globals.
docsDocs: an object of documentation as a plain-old-javascript object.
Has keys that correspond to environments:
getDocGet a URL for a global object.
| name | type | description |
|---|---|---|
name |
string |
name of the global object |
env |
Array<string> |
environments that will be reached. By default tries all environments |
getDoc('Array'); // yields MDC documentation for Array
Returns the URL of the documentation resource, if found