Exploring the possibility of making `partial` behave like `optional` with exactness

Trying to update from 0.53.1 to 0.62.5. I wondered if, given the "new" optional which by default add undefined to the schema and has an option to be exact on the optioniality and don't add undefined to the schema, if the same thing could be done for partial.

From what I can see partial can only be used as if it had the { exact: true } option passed in.

Am I wrong? Is something preventing this?
Was this page helpful?