@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!

Dependencies (0)

    Dev Dependencies (5)

    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