Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Extract default value as a string representation
Signature
tsfunction extractDefaultValue(node: t.Node): string
Parameters
| Name | Type |
|---|---|
node | t.Node |
Returns: string
Was this page helpful?