Bas950
Aarktype
•Created by Bas950 on 9/6/2024 in #questions
string input, number output
is there something like
8 replies
Aarktype
•Created by Bas950 on 8/15/2023 in #questions
Validate string is URL
What would be the easiest way to validate that the url in here is an actual valid url?
27 replies
Aarktype
•Created by Bas950 on 6/27/2023 in #questions
Key not specified in type, but no problems
https://stackblitz.com/edit/mrvfrm-gduby2?file=type.ts
How do I make it so I get a problem that foo is not in the type.
9 replies
Aarktype
•Created by Bas950 on 6/27/2023 in #questions
Array/Object keys to type?
So I got this object:
Which as you can see has a few keys, you can pass these keys in an array, how would I make a ArkType for them automatically/dynamically since this object updates often.
Without ArkType we currently use the following:
Can't figure out yet how I would make this in ArkType. Anyone have some ideas?
5 replies