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.
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
babel is raising this error: babel/babel#14871
work around the babel/documentation issue
Activity
mmomtchev commentedon Oct 27, 2022
babel is raising this error: babel/babel#14871
work around the babel/documentation issue