UNPKG

@agds/cli-plugin-doc

Version:

agds系统doc文档生成器

16 lines (15 loc) 421 B
declare const defaultTemplate: string; import renderCode = require("./renderCode"); export { defaultTemplate as template }; export declare const jsdoc2mdOptions: { partial: string[]; helper: string[]; 'heading-depth': number; dataModify: (doclets: any) => any; }; export declare namespace jsdocEngineOptions { const plugins: string[]; } export declare namespace helpers { export { renderCode }; }