The doc-sniffing dog

document jsdocanalyzer

knotbin.com ca361026 76701749

verified
Changed files
+3
+3
mod.ts
··· 31 type ExportedSymbol, 32 } from "./core.ts"; 33 34 class JSDocAnalyzer { 35 private rootPath: string; 36
··· 31 type ExportedSymbol, 32 } from "./core.ts"; 33 34 + /** 35 + * Analyzer of JSDoc coverage in files and directories 36 + */ 37 class JSDocAnalyzer { 38 private rootPath: string; 39