# extractDefaultValue

**Kind:** Function

**Source:** [`atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts#L258)

Extract default value as a string representation

## Signature

```ts
function extractDefaultValue(node: t.Node): string
```

## Parameters

| Name | Type |
|---|---|
| `node` | `t.Node` |

**Returns:** `string`
