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
const
.d.ts
In .d.ts it is valid to have a const without an initializer:
export const version: readonly;
but documentation.js chokes on it
The text was updated successfully, but these errors were encountered:
babel is raising this error: babel/babel#14871
Sorry, something went wrong.
work around the babel/documentation issue
f7ffbfb
Refs: documentationjs/documentation#1569
No branches or pull requests
In
.d.ts
it is valid to have aconst
without an initializer:but documentation.js chokes on it
The text was updated successfully, but these errors were encountered: