Closed nikitaeverywhere closed 3 years ago
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.
Same here ^
Thanks! A PR would be much appreciated if anyone is interested.
Fixed in #65
Please, release a new version with the fix
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.