Hacker News new | ask | show | jobs
by fithisux 522 days ago
What exactly is ArkType? What problem does it solve? Is it for typescript? Vanilla JavaScript?
1 comments

It does runtime validation like Zod.

It can be used in vanilla JS but usually it is used with TypeScript for all the same reasons people normally use TypeScript.