ArkType: Ergonomic TS validator 100x faster than Zod

https://news.ycombinator.com/rss Hits: 21
Summary

Definitions are half as long, type errors are twice as readable, and hovers tell you just what really matters// hover me const User = type({ name: "string", platform: "'android' | 'ios'", "versions?": "number | string)[]"TypeScript: Unmatched ) before [] })

First seen: 2025-04-12 17:53

Last seen: 2025-04-13 14:00