Closed BibbyChung closed 2 years ago
Hi @BibbyChung - thanks. The second parameter should have been optional so we have updated the Typings at https://zimjs.com/typescript.html - thanks for letting us know. And thanks for the note at https://zimjs.com/slack - it is always helpful for a quick response. Also, the true was to be used internally, and ZIM had a bad test for the false... so it ended up outputting something unexpected. So we are tidying up ZIM as well.
Hi there,
I reference https://zimjs.com/typescript.html to start my ZIMjs project. I find out some typing is not correct. like...
I follow this typing to write code.
It doesn't work. Because zContainer is null. And I change my code to...
It work well. But zimify function typing definition is not existed.
I know maintain typing definition is hard and boring. So..Could you update ZIMjs typing definition or let me send "pull request" etc.
Thanks.