moltar / typescript-runtime-type-benchmarks

📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
https://moltar.github.io/typescript-runtime-type-benchmarks/
621 stars 59 forks source link

feat: add loose and strict assert case to Valibot #1129

Closed fabian-hiller closed 1 year ago

fabian-hiller commented 1 year ago

I have added the loose and strict assert case to Valibot and updated the version to v0.13.1

fabian-hiller commented 1 year ago

I misunderstood assert. I assumed that it must return true if valid and false otherwise. I'll update this.

fabian-hiller commented 1 year ago

https://github.com/moltar/typescript-runtime-type-benchmarks/pull/1130