abcjs
abcjs copied to clipboard
`strTranspose` has incorrect type information
The type definition for strTranspose incorrectly specifies that the second argument is of type TuneObject. Its type is actually TuneObjectArray. This is fixed by PR #1005.
Thanks, I'll merge that for the next version