spine
spine copied to clipboard
TypeScript definitions are wrong
Seems to be TypeScript is wrong.
For example it is described that findBone will return Bone, but actually it can return Bone or null
What exactly is wrong, runtime definitions of particular version (3.7 , 3.8, 4.0, 4.1) or our own unified interfaces that allow people to just ignore version and choose runtime automatically (pixi-spine package)?
Please give me more specifics.