| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Utilities that help in the process of building theme modules for documentation.js.
Helper used to automatically link items to global JS documentation or to internal documentation.
Parameters
Examples
link('string').url // => 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String'Helper used to format JSDoc-style type definitions into HTML or Markdown.
Parameters
Examples
formatType({ type: 'NameExpression', name: 'String' })[0].url // => 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String'| Back | FazBrowse Home | New Git URL |