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

types: expose SchemaValidateFunction #1460

Merged

Conversation

koba04
Copy link
Contributor

@koba04 koba04 commented Feb 22, 2021

What issue does this pull request resolve?

I'm trying to update ajv from v6 to v7.
In that way, we had to define the type of a validation function locally even ajv has the type definition.
This PR allows us to use SchemaValidateFunction to define a validation function.

What changes did you make?

I've exposed SchemaValidateFunction from the entry point of ajv.

Is there anything that requires more attention while reviewing?

@epoberezkin epoberezkin merged commit 5a307d7 into ajv-validator:master Feb 23, 2021
@koba04 koba04 deleted the expose-schema-validate-function-type branch February 23, 2021 15:31
@koba04
Copy link
Contributor Author

koba04 commented Feb 23, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants