paulrosen / abcjs

javascript for rendering abc music notation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`strTranspose` has incorrect type information

mssever opened this issue · comments

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