Package: effect
Module: Schema
Reverses optional and returns the inner schema.
When to use
Use to remove optional wrapping from a schema field that was previously
wrapped with optional.
Details
This also unwraps the UndefinedOr member added by optional.
Signature
declare const required: requiredLambda
Since v3.10.0