typst-community / valkyrie

Type safe type safety for Typst
Other
33 stars 4 forks source link

Error properly on tuple length mismatch #31

Closed jamesrswift closed 5 months ago

jamesrswift commented 5 months ago

Tuple schema now properly requires the length of a tuple to exactly match in order to validate. New behaviour can be disabled by setting exact to false.