Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Extract JSDoc description from leading comments
Signature
tsfunction extractJSDocDescription(path: NodePath): string | undefined
Parameters
| Name | Type |
|---|---|
path | NodePath |
Returns: string | undefined
Was this page helpful?