We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the docs produced are not very helpful because all arguments are of type any. We should import JSEP's type for AST nodes and refer to that.
any
Not sure if we can do that in JSDoc or a .d.ts file. If the latter, can we reference the type from JSDoc? Something to look into!
.d.ts
The text was updated successfully, but these errors were encountered:
adamjanicki2
No branches or pull requests
Currently the docs produced are not very helpful because all arguments are of type
any
. We should import JSEP's type for AST nodes and refer to that.Not sure if we can do that in JSDoc or a
.d.ts
file. If the latter, can we reference the type from JSDoc? Something to look into!The text was updated successfully, but these errors were encountered: