Skip to content

TargetWithJSDoc

Parsed JSDoc data for document generation, extending the ExportDeclaration interface.

Signature

typescript
interface TargetWithJSDoc extends ExportDeclaration {
  parsedJSDoc: ParsedJSDoc;
}

Parameters

  • parsedJSDocRequired · ParsedJSDoc

    Parsed result of JSDoc templates used in Docflow

Released under the MIT License.