Kind: Function
Source: atloria-monorepo/libs/parser-core/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
Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts
Extract default value as a string representation
tsfunction extractDefaultValue(node: t.Node): string
| Name | Type |
|---|---|
node | t.Node |
Returns: string
Was this page helpful?