worldToLocal (2-tuple world): 2-tuple
Transforms a point from world coordinates to the bone's local coordinates.
It says the type of parameter and the output is tuple, but it's more like Vector class in spine.webgl.Vector2.Transforms a point from world coordinates to the bone's local coordinates.
I think this is error and this needs a fix.
you can also see one of demo source code to check why this is wrong : https://github.com/EsotericSoftware/spine-runtimes/blob/48470a4b1634c99cb245e6ba15f1f937e949a1a1/spine-ts/webgl/demos/stretchyman.js#L97