@zakkudo/jsdoc-native-plugin

0.0.3 • Public • Published

jsdoc-native-plugin

Adds tags to help document native functionality of javscript/html without having to copy-paste text around.

Install with:

yarn add --dev @zakkudo/jsdoc-native-plugin

Add to your jsdoc config with:

    "plugins": [
        "@zakkudo/jsdoc-native-plugin"
    ],

Includes typedefs for

  • Native namespace
  • Native.DocumentFragment
  • Native.CustomEvent
  • Native.Promise
  • ...this will likely grow in the future. Pull requests welcome!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @zakkudo/jsdoc-native-plugin

Weekly Downloads

0

Version

0.0.3

License

BSD-3-Clause

Unpacked Size

2.96 kB

Total Files

8

Last publish

Collaborators

  • zakkudo