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
Hello! My TypeScript complains on the very first example you provide in the readme:
I guess this type declaration has to be either Object (it has toString already) or { [key: string]: any, toString(): string }.
Object
toString
{ [key: string]: any, toString(): string }
What do you think? I will be happy to make a PR.
Thanks for great work.
The text was updated successfully, but these errors were encountered:
Same here ^
Sorry, something went wrong.
Thanks! A PR would be much appreciated if anyone is interested.
Fixed in #65
Please, release a new version with the fix
No branches or pull requests
Hello! My TypeScript complains on the very first example you provide in the readme:
I guess this type declaration has to be either
Object
(it hastoString
already) or{ [key: string]: any, toString(): string }
.What do you think? I will be happy to make a PR.
Thanks for great work.
The text was updated successfully, but these errors were encountered: