An open API service indexing awesome lists of open source software.

https://github.com/zakkudo/jsdoc-native-plugin

Adds tags to help document native functionality of javscript/html without having to copy-paste text around.
https://github.com/zakkudo/jsdoc-native-plugin

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# jsdoc-native-plugin

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

Install with:

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

Add to your jsdoc config with:

```js
"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!