sinclairzx81 / typebox

Json Schema Type Builder with Static Type Resolution for TypeScript
Other
4.77k stars 152 forks source link

Revision 0.32.15 #774

Closed sinclairzx81 closed 6 months ago

sinclairzx81 commented 6 months ago

This PR adds additional value guards for all built in Typed Arrays as well as for Map and Set. Additional updates include guard narrowing for instance types (defined as objects that appear to be instanced from class definitions)

Additional updates include simplifying value exports (inline with simplified type exports)