We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
GroqD is a query builder with 2 main features: strong output types, and runtime validation of input types.
This PoC is to determine if we can make runtime validation optional. Reasons:
Task list:
{ parse<T>(input: unknown): T }
*.d.ts
The text was updated successfully, but these errors were encountered:
Update: this will be completed as part of groqd with the groq-builder package
groqd
groq-builder
Sorry, something went wrong.
scottrippey
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
GroqD is a query builder with 2 main features: strong output types, and runtime validation of input types.
This PoC is to determine if we can make runtime validation optional.
Reasons:
Task list:
{ parse<T>(input: unknown): T }
)Ensure "inferred schema" can be compiled to a*.d.ts
file, to alleviate perf issuesThe text was updated successfully, but these errors were encountered: