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
This metadata emitter doesn't work correctly for some complex types, like Date.
The reason behind this is that Date is defined as
declare const Date: DateConstructor;
And DateConstructor is an interface.
DateConstructor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This metadata emitter doesn't work correctly for some complex types, like Date.
The reason behind this is that Date is defined as
And
DateConstructor
is an interface.The text was updated successfully, but these errors were encountered: