ChoiceSchema.get()method
get(unsafeValue: unknown = this.value): O | undefined
Get an unknown value as one of the allowed choices, or undefined if it isn't one.
- Non-throwing counterpart to
validate(), which defers to this and throws when it returnsundefined. - Use it to normalise a value for display (e.g. in a form input) without raising on invalid or sentinel values.