typst-community / valkyrie

Type safe type safety for Typst
Other
25 stars 2 forks source link

Error properly on tuple length mismatch #31

Closed JamesxX closed 3 weeks ago

JamesxX commented 1 month 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.