UNPKG

typedoc-plugin-discord-types

Version:

Adds support for linking to discord-api-types.dev types to TypeDoc.

6 lines (3 loc) 114 B
import { Application } from 'typedoc'; declare function load(app: Application): Promise<void>; export { load };