Extracting Schema Instance from Property Signature
Is there any way to get a
What I'd like to do is to get access to the
Schema instance from a property signature? For example:What I'd like to do is to get access to the
S.Literal('a', 'b') within the S.optional. Obviously it would be better here if the inner expression was factored out to its own schema to begin with, but a lot of times when working with existing schema definitions that's not feasible.