/typebox

Json Schema Type Builder with Static Type Resolution for TypeScript

Primary LanguageTypeScriptOtherNOASSERTION

@alloc/typebox

Fork of @sinclair/typebox with the following changes:

  • Compiled to ESM only
  • Removed exports field from package.json
  • Pull requests
    • #781 fix: avoid Errors call for nested Encode/Decode
    • #779 fix: surface deepest error from failed union validation
    • #777 fix: rethrow TypeBoxError instead of creating a new one