0.0.3 • Published 6 years ago

@zakkudo/jsdoc-native-plugin v0.0.3

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
6 years ago

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!