Skip to content

Commit

Permalink
add noEerrors
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Jan 3, 2025
1 parent 425c01a commit 744c66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ark/docs/content/docs/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const {
Hono has builtin support for ArkType via [`@hono/arktype-validator`](https://github.com/honojs/middleware/tree/main/packages/arktype-validator):

```ts
// @noErrors
const user = type({
name: "string",
age: "number"
Expand Down

0 comments on commit 744c66d

Please sign in to comment.