RobinTail / express-zod-api

A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.
https://ez.robintail.cz
MIT License
619 stars 30 forks source link

Simpler intersections #1796

Closed RobinTail closed 4 months ago

RobinTail commented 4 months ago

After #1792 it's time to get rid of redundant complication and use regular intersection schema. Utilizing the EmptyObject type introduced in #1788 for v20 #1787

coveralls-official[bot] commented 4 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling edfc44c6926684fa1ee5adbec8d3637d98f1819e on better-intersection into b02983f1e317750d8eece7b2015964f730c773ac on prep-v20.