UNPKG
score-key
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Simple package to get score key value.
github.com/wspecs/score-key
wspecs/score-key
score-key
/
index.ts
2 lines
•
164 B
text/typescript
View Raw
1
2
import
{getPitchVariationMap, getPitch, getKey, getFlatKey, getSharpKey}
from
'./lib/utils'
export
{getKey, getPitch, getPitchVariationMap, getFlatKey, getSharpKey}