Raphael D. Pinheiro
Raphael D. Pinheiro
Yes, it happened with me too. ``` var stringScore = require("string-score") console.log(stringScore('1','1ó')) ``` It seems the algorithm confuses itself when adding extra characters at the end of the string.
Ok, I didn't see it, thank you!
When this will be released?
Oh, its sad. Thanks for the advise.
I've got the same here. It seems that `this.body` is typed as `object` (in `phaser.d.ts` the `body` has this signature: `object | Phaser.Physics.Arcade.Body | Phaser.Physics.Impact.Body`) and not as `Phaser.Physics.Arcade.Body` after...