Skip to content

Commit

Permalink
docs: fix optional warning formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Dec 19, 2024
1 parent de5bce8 commit c31c88c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ark/docs/src/content/docs/objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ To have it transform `undefined` to an empty string, use an explicit morph like:
const fallbackString = type("string | undefined").pipe(v => v ?? "")
```

:::

<a name="properties/index" />
##### index

Expand Down

0 comments on commit c31c88c

Please sign in to comment.