Currently, support is limited to the cases where T is:
Any
- an instance of
type
- a union which, when recursively flattened, either consists only of instances of
type or it includes at least on Any
Ideally, support should be extended to all cases where T is a type which can be validated by this library.
Currently, support is limited to the cases where
Tis:Anytypetypeor it includes at least onAnyIdeally, support should be extended to all cases where
Tis a type which can be validated by this library.