@bitjson/typedoc
Version:
Create api documentation for TypeScript projects.
25 lines • 1.31 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var CategoryPlugin_1 = require("./CategoryPlugin");
exports.CategoryPlugin = CategoryPlugin_1.CategoryPlugin;
var CommentPlugin_1 = require("./CommentPlugin");
exports.CommentPlugin = CommentPlugin_1.CommentPlugin;
var DecoratorPlugin_1 = require("./DecoratorPlugin");
exports.DecoratorPlugin = DecoratorPlugin_1.DecoratorPlugin;
var DeepCommentPlugin_1 = require("./DeepCommentPlugin");
exports.DeepCommentPlugin = DeepCommentPlugin_1.DeepCommentPlugin;
var DynamicModulePlugin_1 = require("./DynamicModulePlugin");
exports.DynamicModulePlugin = DynamicModulePlugin_1.DynamicModulePlugin;
var GitHubPlugin_1 = require("./GitHubPlugin");
exports.GitHubPlugin = GitHubPlugin_1.GitHubPlugin;
var GroupPlugin_1 = require("./GroupPlugin");
exports.GroupPlugin = GroupPlugin_1.GroupPlugin;
var ImplementsPlugin_1 = require("./ImplementsPlugin");
exports.ImplementsPlugin = ImplementsPlugin_1.ImplementsPlugin;
var PackagePlugin_1 = require("./PackagePlugin");
exports.PackagePlugin = PackagePlugin_1.PackagePlugin;
var SourcePlugin_1 = require("./SourcePlugin");
exports.SourcePlugin = SourcePlugin_1.SourcePlugin;
var TypePlugin_1 = require("./TypePlugin");
exports.TypePlugin = TypePlugin_1.TypePlugin;
//# sourceMappingURL=index.js.map
;