typedoc
Version:
Create api documentation for TypeScript projects.
11 lines (10 loc) • 532 B
TypeScript
export { CategoryPlugin } from "./CategoryPlugin.js";
export { CommentPlugin } from "./CommentPlugin.js";
export { GroupPlugin } from "./GroupPlugin.js";
export { ImplementsPlugin } from "./ImplementsPlugin.js";
export { InheritDocPlugin } from "./InheritDocPlugin.js";
export { LinkResolverPlugin } from "./LinkResolverPlugin.js";
export { PackagePlugin } from "./PackagePlugin.js";
export { SourcePlugin } from "./SourcePlugin.js";
export { TypePlugin } from "./TypePlugin.js";
export { IncludePlugin } from "./IncludePlugin.js";