UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

3 lines 239 B
import { JsDocRecord, StaticComponentAnalyzerResult } from "./types.js"; export declare function analyzeJsDoc(staticComponentsResult: StaticComponentAnalyzerResult): Promise<Record<string, JsDocRecord>>; //# sourceMappingURL=jsdoc.d.ts.map