Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend support for Type[T] to all types T which can be validated. #18

Open
sg495 opened this issue Feb 21, 2024 · 0 comments
Open

Extend support for Type[T] to all types T which can be validated. #18

sg495 opened this issue Feb 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sg495
Copy link
Contributor

sg495 commented Feb 21, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant